README.md: Client class is in the docker package

This commit is contained in:
Joffrey F 2013-07-16 18:38:51 +02:00
parent 79a6889355
commit 9a15b6597c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ An API client for docker written in Python
API API
=== ===
`client.Client(base_url='http://localhost:4243', version="1.3")` `docker.Client(base_url='http://localhost:4243', version="1.3")`
Client class. `base_url` refers to the protocol+hostname+port where the docker Client class. `base_url` refers to the protocol+hostname+port where the docker
server is hosted. Version is the version of the API the client will use. server is hosted. Version is the version of the API the client will use.