Skip to content

Commit

Permalink
Merge pull request #482 from kentfrazier/feature/readme-package-typo
Browse files Browse the repository at this point in the history
Fix typo in PyPI package name in installation instructions
  • Loading branch information
JonathanHuot committed Feb 19, 2022
2 parents 85801a4 + f9d3eba commit 6ac6133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To install requests and requests_oauthlib you can use pip:

.. code-block:: bash
$ pip install requests requests_oauthlib
$ pip install requests requests-oauthlib
.. |build-status| image:: https://github.com/requests/requests-oauthlib/actions/workflows/run-tests.yml/badge.svg
:target: https://github.com/requests/requests-oauthlib/actions
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Installation

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

$ pip install requests_oauthlib
$ pip install requests-oauthlib


Getting Started:
Expand Down

0 comments on commit 6ac6133

Please sign in to comment.