From ded4631a722da2c1c957c0b8883703666f5f723a Mon Sep 17 00:00:00 2001 From: Mike Chelen Date: Fri, 16 Feb 2018 09:36:25 -0500 Subject: [PATCH] Remote theme uses Github repo name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7d4d4d5d5a..d3f3eeaf79a 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ GitHub Pages has added [full support](https://github.com/blog/2464-use-any-theme 2. Run `bundle update` and verify that all gems install properly. -3. Add `remote_theme: "mmistakes/jekyll-theme-so-simple"` to your +3. Add `remote_theme: "mmistakes/so-simple-theme"` to your `_config.yml` file. Remove any other `theme:` or `remote_theme:` entries. ---