From 8cd460ff2e10649c6f46d57b5924e7023c16af2b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 20 Apr 2019 07:52:10 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dabe1339..08b7f3de 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Behold, the power of Requests III: >>> r = http.request('get', 'https://httpbin.org/ip') >>> r.json() {'ip': '172.69.48.124'} +``` [![image](https://raw.githubusercontent.com/requests/requests/master/docs/_static/requests-logo-small.png)](http://docs.python-requests.org/)