From 8d50dd9160e17865e86b1fbf9a89efcba2bd8c29 Mon Sep 17 00:00:00 2001 From: spf13 Date: Thu, 11 Jul 2013 23:29:14 -0400 Subject: [PATCH] fixing typo in config readme --- README.md | 2 ++ docs/content/doc/configuration.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index d0f371b5..1d1ad44f 100644 --- 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", diff --git a/docs/content/doc/configuration.md b/docs/content/doc/configuration.md index 7be0fb0a..744e18ea 100644 --- a/docs/content/doc/configuration.md +++ b/docs/content/doc/configuration.md @@ -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", -- 2.30.2