summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Firshman <ben@firshman.co.uk>2016-11-23 18:02:23 +0000
committerBen Firshman <ben@firshman.co.uk>2016-11-23 18:02:23 +0000
commitaafcf5a7fe2a584e50a3e32ea502fb1988d404e1 (patch)
tree887f7ad4c05f5cf5acf4f08796931b9e8c4bf7cc /README.md
parentc96848eb9c05f978a380ba3668605c51e811d4fb (diff)
downloaddocker-py-aafcf5a7fe2a584e50a3e32ea502fb1988d404e1.tar.gz
Change package in readme back to docker-py
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6441931..41453fa 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ A Python library for the Docker API. It lets you do anything the `docker` comman
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
+ pip install docker-py
## Usage