— ⭐️ —
-HTTP3 is BSD licensed code. Designed & built in Brighton, England.
+httpx is BSD licensed code. Designed & built in Brighton, England.
diff --git a/docs/advanced.md b/docs/advanced.md index e9a54430..3c957ae2 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -7,7 +7,7 @@ will provide cookie persistence, and allows you to apply configuration across all outgoing requests. ```python ->>> client = http3.Client() +>>> client = httpx.Client() >>> r = client.get('https://example.org/') >>> r
+
+