Skip to content

Commit 6ac6133

Browse files
authored
Merge pull request #482 from kentfrazier/feature/readme-package-typo
Fix typo in PyPI package name in installation instructions
2 parents 85801a4 + f9d3eba commit 6ac6133

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To install requests and requests_oauthlib you can use pip:
4646

4747
.. code-block:: bash
4848
49-
$ pip install requests requests_oauthlib
49+
$ pip install requests requests-oauthlib
5050
5151
.. |build-status| image:: https://github.com/requests/requests-oauthlib/actions/workflows/run-tests.yml/badge.svg
5252
:target: https://github.com/requests/requests-oauthlib/actions

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Installation
5858

5959
Requests-OAuthlib can be installed with `pip <https://pip.pypa.io/>`_: ::
6060

61-
$ pip install requests_oauthlib
61+
$ pip install requests-oauthlib
6262

6363

6464
Getting Started:

0 commit comments

Comments
 (0)