Fix typo in README

JS optional extra is `requests-html[browser]` not `requests-http[browser]`
This commit is contained in:
Bruno Alla
2018-02-26 18:13:19 +00:00
committed by GitHub
parent ca6f11abec
commit 83b7bf00c6
+1 -1
View File
@@ -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