diff --git a/README.rst b/README.rst index 470cbb8..87d5650 100644 --- a/README.rst +++ b/README.rst @@ -20,10 +20,10 @@ Other nice features include: Usage ===== -.. code-block:: pycon - Make a GET request to 'python.org', using Requests: +.. code-block:: pycon + >>> from requests_html import session >>> r = session.get('https://python.org/')