From: Tom Christie Date: Fri, 27 Sep 2024 08:48:50 +0000 (+0100) Subject: Update docs/http2.md X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ebb3a5b9b4483795b9608a3f908b7c02d568af6;p=thirdparty%2Fhttpx.git Update docs/http2.md Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com> --- diff --git a/docs/http2.md b/docs/http2.md index e138c605..a865b55a 100644 --- a/docs/http2.md +++ b/docs/http2.md @@ -28,7 +28,7 @@ trying out our HTTP/2 support. You can do so by first making sure to install the optional HTTP/2 dependencies... ```shell -$ pip install httpx['http2'] +$ pip install 'httpx[http2]' ``` And then instantiating a client with HTTP/2 support enabled: