Skip to content

Commit

Permalink
Fix pip install name in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ahogen authored and rbarrois committed Mar 10, 2022
1 parent 47be07e commit 7dcc42d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ It follows strictly the 2.0.0 version of the SemVer scheme.
Links
-----

- Package on `PyPI`_: http://pypi.python.org/pypi/semantic_version/
- Package on `PyPI`_: https://pypi.org/project/semantic-version/
- Doc on `ReadTheDocs <http://readthedocs.org/>`_: https://python-semanticversion.readthedocs.io/
- Source on `GitHub <http://github.com/>`_: http://github.com/rbarrois/python-semanticversion/
- Build on Github Actions: https://github.com/rbarrois/python-semanticversion/actions
Expand All @@ -40,7 +40,7 @@ Install the package from `PyPI`_, using pip:

.. code-block:: sh
pip install semantic_version
pip install semantic-version
Or from GitHub:

Expand Down

0 comments on commit 7dcc42d

Please sign in to comment.