diff --git a/lib/theme_template/README.md.erb b/lib/theme_template/README.md.erb index a4ec12f1..71cf29d3 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 %>