From 9a15b6597cbafbb906fc7d5b28aaf097e61181cc Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Tue, 16 Jul 2013 18:38:51 +0200 Subject: [PATCH] README.md: Client class is in the docker package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f696bd7..d4994276 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ An API client for docker written in Python 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 server is hosted. Version is the version of the API the client will use.