diff options
author | Ben Firshman <ben@firshman.co.uk> | 2016-11-23 14:49:56 +0000 |
---|---|---|
committer | Ben Firshman <ben@firshman.co.uk> | 2016-11-28 15:10:58 +0000 |
commit | e04c4ad83f3a3da7a1c28d094cc865fe87f75763 (patch) | |
tree | f3b3128afb93b1695ffd5b0f42e737f1be1aa9cb /README.md | |
parent | 4c8c761bc15160be5eaa76d81edda17b067aa641 (diff) | |
download | docker-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |