aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-07 00:47:48 +0300
committerValentin Popov <info@valentineus.link>2017-10-07 00:47:48 +0300
commitdf153713fb5392fb7a6b36fbb0ee9367fa7ddff1 (patch)
treea3d20c5cb77107ce3d45c5158ae0d2b589d1d328
parent3c3deac291dd50a73258cbbb08ff7fcd9c12de73 (diff)
downloadsimple-container-df153713fb5392fb7a6b36fbb0ee9367fa7ddff1.tar.xz
simple-container-df153713fb5392fb7a6b36fbb0ee9367fa7ddff1.zip
Comma
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2dc04d7..b474795 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ Examples and details in
An additional example of obtaining a private image:
```JavaScript
var auth = {
- serveraddress: 'https://index.docker.io/v1'
+ serveraddress: 'https://index.docker.io/v1',
email: 'email@example.org',
username: 'username',
password: 'password',