From 9303a04bed0c0ab2c7f3a49ad40a2406ca83f9cf Mon Sep 17 00:00:00 2001 From: Mickael GOETZ Date: Wed, 11 May 2016 23:04:51 +0200 Subject: [PATCH] fix `http-basic` json example The JSON example for the `http-basic` option was missing the closing curly brace. --- doc/06-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/06-config.md b/doc/06-config.md index fe4be2b76..27d8be435 100644 --- a/doc/06-config.md +++ b/doc/06-config.md @@ -102,7 +102,7 @@ capath must be a correctly hashed certificate directory. ## http-basic A list of domain names and username/passwords to authenticate against them. For -example using `{"example.org": {"username": "alice", "password": "foo"}` as the +example using `{"example.org": {"username": "alice", "password": "foo"}}` as the value of this option will let Composer authenticate against example.org. > **Note:** Authentication-related config options like `http-basic` and