diff --git a/README.md b/README.md index e6aa92ac..8e9b1ba3 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,15 @@
+    
+ Python 3.7.4 (default, Sep 7 2019, 18:27:02) >>> import requests - >>> r = requests.get('test') -

an elegant and simple HTTP library for Python

-

Carefully handcrafted, with love, for the Python community. + >>> r = requests.get('https://api.github.com/repos/psf/requests') + >>> r.json()["description"] + 'an elegant and simple HTTP library for Python' +

+ +

Carefully handcrafted, with love, for the Python community.