aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index fd6e25f..2dc04d7 100644
--- a/README.md
+++ b/README.md
@@ -78,10 +78,11 @@ Examples and details in
An additional example of obtaining a private image:
```JavaScript
var auth = {
+ serveraddress: 'https://index.docker.io/v1'
+ email: 'email@example.org',
username: 'username',
password: 'password',
- email: 'email@example.org',
- serveraddress: 'https://index.docker.io/v1'
+ auth: ''
};
containers.create({