From 3c3deac291dd50a73258cbbb08ff7fcd9c12de73 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 7 Oct 2017 01:43:33 +0400 Subject: Correct the example --- README.md | 5 +++-- 1 file 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({ -- cgit v1.2.3