From 7dcc42d2a828adbbeb6f8a23cdca40a3c61782bc Mon Sep 17 00:00:00 2001 From: Alex Hogen Date: Wed, 9 Mar 2022 16:38:29 -0800 Subject: Fix pip install name in README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0170dee..c50163a 100644 --- a/README.rst +++ b/README.rst @@ -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 `_: https://python-semanticversion.readthedocs.io/ - Source on `GitHub `_: http://github.com/rbarrois/python-semanticversion/ - Build on Github Actions: https://github.com/rbarrois/python-semanticversion/actions @@ -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: -- cgit v1.2.1