Quickfix: Use yaml to render json with comments in README

This commit is contained in:
Pablo Carranza Vélez 2015-10-13 14:50:32 -03:00
parent 6495b4f436
commit 4369ad31b0

View File

@ -36,7 +36,7 @@ A config.json file can be obtained in several ways, for instance:
The config.json file should look something like this:
(Please note we've added comments to the JSON for better explanation - the actual file should be valid json *without* such comments)
```json
```yaml
{
"applicationId": "2167", /* Id of the app this supervisor will run */
"apiKey": "supersecretapikey", /* The API key for the Resin API */
@ -71,7 +71,7 @@ It should look something like this:
(As before, please note we've added comments to the JSON for better explanation - the actual file should be valid json *without* such comments)
```json
```yaml
[{
"appId": "2167", /* Id of the app we are running */
"commit": "commithash", /* Current git commit for the app */