fixing typo in config readme
authorspf13 <steve.francia@gmail.com>
Fri, 12 Jul 2013 03:29:14 +0000 (23:29 -0400)
committerspf13 <steve.francia@gmail.com>
Fri, 12 Jul 2013 03:29:14 +0000 (23:29 -0400)
README.md
docs/content/doc/configuration.md

index d0f371b5cd99fc5b0ae4738df47421eb058f05c1..1d1ad44fe2e5530e578488805ad3ab5f6501f3d1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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",
index 7be0fb0aa393323223ca93a4d2c13c0b731c83ac..744e18ea8ee2a2f34bf1136d330b9379bdd38f55 100644 (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",