fixing typo in config readme

This commit is contained in:
spf13 2013-07-11 23:29:14 -04:00
parent c24112ce86
commit 8d50dd9160
2 changed files with 4 additions and 0 deletions

View File

@ -107,6 +107,7 @@ since the defaults used follow commonly used patterns.
### Config Examples
The following is an example of a yaml config file with the default values:
---
sourcedir: "content"
layoutdir: "layouts"
@ -120,6 +121,7 @@ The following is an example of a yaml config file with the default values:
The following is an example of a json config file with the default values:
{
"sourcedir": "content",
"layoutdir": "layouts",

View File

@ -16,6 +16,7 @@ then look for a config.json file, followed by a config.toml file.
## Examples
The following is an example of a yaml config file with the default values:
---
sourcedir: "content"
layoutdir: "layouts"
@ -29,6 +30,7 @@ The following is an example of a yaml config file with the default values:
The following is an example of a json config file with the default values:
{
"sourcedir": "content",
"layoutdir": "layouts",