From 04ec665eaac2c668c3a01a70f864dbc1749ec49c Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 4 Apr 2019 18:31:08 +0100 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b95c647..20d0ffac 100644 --- 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