diff --git a/README.md b/README.md index 5e7bba883f..bcf0b2f8da 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,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