diff --git a/README.md b/README.md index ee3b2bf5e5..1a9359cfa3 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ consumption. Behold, the power of Requests: ``` {.sourceCode .python} +>>> import requests >>> r = requests.get('https://api.github.com/user', auth=('user', 'pass')) >>> r.status_code 200