]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update README.md
authorTom Christie <tom@tomchristie.com>
Thu, 21 Nov 2024 11:35:17 +0000 (11:35 +0000)
committerGitHub <noreply@github.com>
Thu, 21 Nov 2024 11:35:17 +0000 (11:35 +0000)
README.md

index d5d21487133816b7c4bdf45b2ee8b98b96895690..87f5326df323d0b6598b41ebd92d2720df752f4a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -127,7 +127,7 @@ The HTTPX project relies on these excellent libraries:
 
 * `httpcore` - The underlying transport implementation for `httpx`.
   * `h11` - HTTP/1.1 support.
-* `certifi` - SSL certificates.
+* `truststore` - System SSL certificates.
 * `idna` - Internationalized domain name support.
 * `sniffio` - Async library autodetection.