summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Grainger <tom.grainger@procensus.com>2017-01-13 09:59:47 +0000
committerThomas Grainger <tom.grainger@procensus.com>2017-01-13 10:00:41 +0000
commitf0ceca47130ff940998e0e1d93098996f16b9431 (patch)
tree1b19ea160f012041ac8101109b15437b4123242b
parent91a185d7a57464d2b8826d48495bde02098a0079 (diff)
downloaddocker-py-f0ceca47130ff940998e0e1d93098996f16b9431.tar.gz
case PyPI correctly
Signed-off-by: Thomas Grainger <tom.grainger@procensus.com>
-rw-r--r--README.md2
-rw-r--r--docs/index.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d80d930..38963b3 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ A Python library for the Docker Engine API. It lets you do anything the `docker`
## Installation
-The latest stable version [is available on PyPi](https://pypi.python.org/pypi/docker/). Either add `docker` to your `requirements.txt` file or install with pip:
+The latest stable version [is available on PyPI](https://pypi.python.org/pypi/docker/). Either add `docker` to your `requirements.txt` file or install with pip:
pip install docker
diff --git a/docs/index.rst b/docs/index.rst
index 7eadf4c..67dd33f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -8,7 +8,7 @@ For more information about the Remote API, `see its documentation <https://docs.
Installation
------------
-The latest stable version `is available on PyPi <https://pypi.python.org/pypi/docker/>`_. Either add ``docker`` to your ``requirements.txt`` file or install with pip::
+The latest stable version `is available on PyPI <https://pypi.python.org/pypi/docker/>`_. Either add ``docker`` to your ``requirements.txt`` file or install with pip::
pip install docker