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 <ian@ianduffy.ie>
This commit is contained in:
Ian Duffy 2015-07-10 04:33:21 +01:00
parent 96069d3619
commit ed4454c9c9
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ The configuration file must be a json file with the following format:
"addr": ":4443", "addr": ":4443",
"tls_cert_file": "./fixtures/notary.pem", "tls_cert_file": "./fixtures/notary.pem",
"tls_key_file": "./fixtures/notary.key" "tls_key_file": "./fixtures/notary.key"
} },
"logging": { "logging": {
"level": 5 "level": 5
} }