Skip to content

Commit 1ebb420

Browse files
Update README.md (#432)
Tweak README
1 parent 4efe212 commit 1ebb420

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ The top-level `httpcore.request()` function is provided for convenience. In prac
6161
```python
6262
import httpcore
6363

64-
pool = httpcore.ConnectionPool()
65-
response = pool.request("GET", "https://www.example.com/")
64+
http = httpcore.ConnectionPool()
65+
response = http.request("GET", "https://www.example.com/")
6666
```
6767

6868
Once you're ready to get going, [head over to the documentation](https://www.encode.io/httpcore/).

0 commit comments

Comments
 (0)