From: Sebastien D Date: Thu, 22 Jun 2017 20:02:07 +0000 (+0200) Subject: Fix format for json file. X-Git-Tag: v0.1.0-beta~15 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-server.git;a=commitdiff_plain;h=2db461a7ce6f1264e08754e9782fa9703a30e5ed Fix format for json file. --- diff --git a/README.md b/README.md index 59170e5..05ede13 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ Here is the logic to determine which `config.json` file will be used: 4. `/config.json` file Supported fields in configuration file are (all fields are optional and listed values are the default values): -```json +``` { "webAppDir": "webapp/dist", # location of client dashboard (default: webapp/dist) "shareRootDir": "${HOME}/.xds/projects", # root directory where projects will be copied