diff --git a/docs/index.md b/docs/index.md index d348f78..a35abf4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -44,7 +44,7 @@ Lets get to work... >>> r = cli.get('https://www.example.org/') >>> r ->>> r.status_code +>>> r.status 200 >>> r.headers['content-type'] 'text/html; charset=UTF-8'