From d6b677aac274146533bcdc0def1e0ff3d722f695 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 25 Feb 2018 09:49:55 -0500 Subject: [PATCH] readme Signed-off-by: Kenneth Reitz --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/')