Merge pull request #241 from mstanleyjones/master

Fix false Liquid errors
This commit is contained in:
Sebastiaan van Stijn 2017-06-26 13:19:05 -07:00 committed by GitHub
commit 3648a8b9d0
1 changed files with 2 additions and 0 deletions

View File

@ -216,6 +216,7 @@ attach`, `docker exec`, `docker run` or `docker start` command.
Following is a sample `config.json` file: Following is a sample `config.json` file:
```json ```json
{% raw %}
{ {
"HttpHeaders": { "HttpHeaders": {
"MyHeader": "MyValue" "MyHeader": "MyValue"
@ -236,6 +237,7 @@ Following is a sample `config.json` file:
"unicorn.example.com": "vcbait" "unicorn.example.com": "vcbait"
} }
} }
{% endraw %}
``` ```
### Notary ### Notary