We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4efe212 commit 1ebb420Copy full SHA for 1ebb420
1 file changed
README.md
@@ -61,8 +61,8 @@ The top-level `httpcore.request()` function is provided for convenience. In prac
61
```python
62
import httpcore
63
64
-pool = httpcore.ConnectionPool()
65
-response = pool.request("GET", "https://www.example.com/")
+http = httpcore.ConnectionPool()
+response = http.request("GET", "https://www.example.com/")
66
```
67
68
Once you're ready to get going, [head over to the documentation](https://www.encode.io/httpcore/).
0 commit comments