Merge pull request #1392 from graingert/case-pypi-correctly

case PyPI correctly
This commit is contained in:
Joffrey F 2017-01-13 17:00:48 -08:00 committed by GitHub
commit aed1af6f6f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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