From eafdd4efc4a401fe9be277816301972637766ebd Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 3 Jan 2018 08:42:25 -0500 Subject: [PATCH] Fix heading --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d0b4100..0051ec1a 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ There are three ways to install the theme: as a Ruby gem (for self-hosted sites) To update the theme run `bundle update`. -## GitHub Pages Method +### GitHub Pages Method 1. Create/replace the contents of your `Gemfile` with the following: @@ -99,7 +99,6 @@ To update the theme run `bundle update`. source "https://rubygems.org" gem "github-pages", group: :jekyll_plugins - gem "jekyll-remote-theme" ``` 2. Fetch and update bundled gems by running the following [Bundler](http://bundler.io/) command: