From e0359b272513c4ff9921ded7ccb60e9ae480781e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 18 Sep 2019 02:54:15 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa80abe3..e6aa92ac 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@
      >>> import requests
+     >>> r = requests.get('test')
     

an elegant and simple HTTP library for Python

Carefully handcrafted, with love, for the Python community.