Update docs/http2.md

Co-authored-by: T-256 <132141463+T-256@users.noreply.github.com>
This commit is contained in:
Tom Christie 2024-09-27 09:48:50 +01:00 committed by GitHub
parent 88d9324081
commit 3ebb3a5b9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: