From 83b7bf00c6b40eae57254ee8bd544a8c71864f27 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Mon, 26 Feb 2018 18:13:19 +0000 Subject: [PATCH] Fix typo in README JS optional extra is `requests-html[browser]` not `requests-http[browser]` --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 899f79f..44e7ae6 100644 --- a/README.rst +++ b/README.rst @@ -128,7 +128,7 @@ Let's grab some text that's rendered by JavaScript: .. code-block:: shell - $ pipenv install requests-http[browser] + $ pipenv install requests-html[browser] .. code-block:: pycon