From ed4454c9c9e8728f582effbd91a6ae77f73003cf Mon Sep 17 00:00:00 2001 From: Ian Duffy Date: Fri, 10 Jul 2015 04:33:21 +0100 Subject: [PATCH] Fix example configuration file given in README.md The example configuration given in README.md is missing a comma character and doesn't form valid JSON. This PR adds the comma as required. Signed-off-by: Ian Duffy --- cmd/notary-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/notary-server/README.md b/cmd/notary-server/README.md index 944b48111b..a3cb1d642a 100644 --- a/cmd/notary-server/README.md +++ b/cmd/notary-server/README.md @@ -59,7 +59,7 @@ The configuration file must be a json file with the following format: "addr": ":4443", "tls_cert_file": "./fixtures/notary.pem", "tls_key_file": "./fixtures/notary.key" - } + }, "logging": { "level": 5 }