]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update README
authorTom Christie <tom@tomchristie.com>
Thu, 4 Apr 2019 17:31:08 +0000 (18:31 +0100)
committerTom Christie <tom@tomchristie.com>
Thu, 4 Apr 2019 17:31:08 +0000 (18:31 +0100)
README.md

index 0b95c6472a994f4f1fc2bcea912067445d23e7f8..20d0ffac7fd5a77531261295884a79ecdf534647 100644 (file)
--- a/README.md
+++ b/README.md
@@ -44,8 +44,8 @@ of it, and exposes only plain datastructures that reflect the network response.
 * Trio support is something that could *potentially* come later, but it needs to
   be a secondary consideration.
 * I think all the functionality required is stubbed out in the API, with two exceptions.
-  1. I've not yet added any proxy configuration API. Haven't looked into that enough
-  yet. 2. I've not yet added any retry configuration API, since I havn't really
+  (1) I've not yet added any proxy configuration API. Haven't looked into that enough
+  yet. (2) I've not yet added any retry configuration API, since I havn't really
   looked enough into which side of requests vs. urllib3 that sits on, or exactly how
   urllib3 tackles retries, etc.
 * I'd be planning to prioritize working on this from Mon 15th April. I don't think