From 1a11536a2c5cdf2589c3773de58200c04796992f Mon Sep 17 00:00:00 2001 From: Jonathan Thornton Date: Sun, 18 Sep 2016 17:38:28 -0500 Subject: [PATCH] Clarify documentation in README This change is subtle, but may prove greatly useful to Jekyll newbies --- lib/theme_template/README.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/theme_template/README.md.erb b/lib/theme_template/README.md.erb index a4ec12f1..1b2d04b2 100644 --- a/lib/theme_template/README.md.erb +++ b/lib/theme_template/README.md.erb @@ -12,7 +12,7 @@ Add this line to your Jekyll site's Gemfile: gem <%= theme_name.inspect %> ``` -And add this line to your Jekyll site: +And add this line to your Jekyll site's _config.yml: ```yaml theme: <%= theme_name %>