Update README.rst

This commit is contained in:
2018-02-25 08:23:01 -05:00
committed by GitHub
parent 4fc72e7a63
commit 25fad4c6f1
+1 -1
View File
@@ -22,7 +22,7 @@ Usage
.. code-block:: pycon
Make a GET request to python.org:
Make a GET request to 'python.org', using Requests:
>>> from requests_html import session
>>> r = session.get('https://python.org/')