From 84b9691f3ff3184a9627eee4d088982bbb295f23 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 9 May 2019 10:57:23 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bffe5136..ee44865d 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,9 @@ Alternatively, thread-synchronous requests: * `rfc3986` - URL parsing & normalization. * `brotlipy` - Decoding for "brotli" compressed responses. *(Optional)* -Additionally, credit is due to for `urllib3` for plenty of design inspiration. +A huge amount of credit is due to `requests`, for the API layout that +much of this work follows, as well as to `urllib3` for plenty of design +inspiration around the lower level networking details. ---