From 0f178cadeef1589abcc9f8357e5efcbac9b6efe1 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 23 Apr 2019 11:57:24 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a22e2417..e8523798 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A low-level async HTTP library. * SSL verification. (Done) * Proxy support. (Not done) * HTTP/2 support. (Not done) -* Support *both* async and sync operations. (Done.) +* Support *both* async and sync operations. (Done) ## Motivation