]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update README.md
authorTom Christie <tom@tomchristie.com>
Thu, 9 May 2019 09:57:23 +0000 (10:57 +0100)
committerGitHub <noreply@github.com>
Thu, 9 May 2019 09:57:23 +0000 (10:57 +0100)
README.md

index bffe513609456abc01b3cb8dae457d056578b061..ee44865d83f994954d0538593bd496a24619c8df 100644 (file)
--- 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.
 
 ---