summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Hogen <code.ahogen@outlook.com>2022-03-09 16:38:29 -0800
committerRaphaƫl Barrois <raphael.barrois@polytechnique.org>2022-03-10 13:59:37 +0100
commit7dcc42d2a828adbbeb6f8a23cdca40a3c61782bc (patch)
tree02d304425afdadbcc24160ee4e553fb4aca56e89
parent47be07eb4a632850b28cc584b4caa54ed02cd924 (diff)
downloadsemantic-version-7dcc42d2a828adbbeb6f8a23cdca40a3c61782bc.tar.gz
Fix pip install name in README
-rw-r--r--README.rst4
1 files 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 <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
@@ -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: