diff --git a/README.md b/README.md index e27a2f4..cce4032 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ pip install --pre httpx 200 >>> r.headers['content-type'] 'text/html; charset=UTF-8' ->>> r.text() +>>> r.text '\n\n\nExample Domain...' ```