diff --git a/README.rst b/README.rst index 81d6cb4..a2c36c1 100644 --- a/README.rst +++ b/README.rst @@ -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/')