Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 005596e

Browse files
committed
Stop using Twitter for documentation examples (README).
1 parent 61bcc57 commit 005596e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ improved speed, lower bandwidth usage, better connection management, and more.
1515

1616
from hyper import HTTP20Connection
1717

18-
conn = HTTP20Connection('twitter.com:443')
19-
conn.request('GET', '/')
18+
conn = HTTP20Connection('http2bin.org:443')
19+
conn.request('GET', '/get')
2020
resp = conn.getresponse()
2121

2222
print(resp.read())

0 commit comments

Comments
 (0)