Update example code in README.md (#5292)

Show the current project description.
This commit is contained in:
John Kooker
2020-01-09 09:26:42 -08:00
committed by Nate Prewitt
parent ad18d14573
commit 782e94d141
+1 -1
View File
@@ -11,7 +11,7 @@
<code> >>> <strong>import requests</strong></code>
<code> >>> r = requests.get('https://api.github.com/repos/psf/requests')</code>
<code> >>> r.json()["description"]</code>
<code> 'A simple, yet elegant HTTP library. Handcrafted, with ♥, for the Python community.'</code>
<code> 'A simple, yet elegant HTTP library.'</code>
</div>
<p align="center">