summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Firshman <ben@firshman.co.uk>2016-11-23 14:49:56 +0000
committerBen Firshman <ben@firshman.co.uk>2016-11-28 15:10:58 +0000
commite04c4ad83f3a3da7a1c28d094cc865fe87f75763 (patch)
treef3b3128afb93b1695ffd5b0f42e737f1be1aa9cb /README.md
parent4c8c761bc15160be5eaa76d81edda17b067aa641 (diff)
downloaddocker-py-e04c4ad83f3a3da7a1c28d094cc865fe87f75763.tar.gz
Update readme to say "Docker Engine API"
It's not the Docker API. 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 ab54d52..11fcbad 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
**Warning:** This readme is for the development version of docker-py, which is significantly different to the stable version. [Documentation for the stable version is here.](https://docker-py.readthedocs.io/)
-A Python library for the Docker API. It lets you do anything the `docker` command does, but from within Python apps – run containers, manage containers, manage Swarms, etc.
+A Python library for the Docker Engine API. It lets you do anything the `docker` command does, but from within Python apps – run containers, manage containers, manage Swarms, etc.
## Installation