]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update README.md
authorTom Christie <tom@tomchristie.com>
Thu, 12 Oct 2023 09:42:02 +0000 (10:42 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Oct 2023 09:42:02 +0000 (10:42 +0100)
Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com>
README.md

index 82cddb1098f28c9f1af80234715cc18cf731e518..f3238242ecdf2f3f42249a98afc455cf2f406775 100644 (file)
--- a/README.md
+++ b/README.md
@@ -134,8 +134,8 @@ The HTTPX project relies on these excellent libraries:
 
 As well as these optional installs:
 
-* `anyio`, `sniffio` - Async support for `asyncio`. *(Optional, with `httpx['asyncio']`)*
-* `trio`, `sniffio` - Async support for `trio`. *(Optional, with `httpx['trio']`)*
+* `anyio` - Async support for `asyncio`. *(Optional, with `httpx['asyncio']`)*
+* `trio` - Async support for `trio`. *(Optional, with `httpx['trio']`)*
 * `h2` - HTTP/2 support. *(Optional, with `httpx['http2']`)*
 * `socksio` - SOCKS proxy support. *(Optional, with `httpx['socks']`)*
 * `rich` - Rich terminal support. *(Optional, with `httpx['cli']`)*