From 208cdb0320029a4c3b79b0d295d608e00397130b Mon Sep 17 00:00:00 2001 From: Pat Dryburgh Date: Wed, 1 Aug 2018 10:22:07 -0700 Subject: [PATCH] update readme with new gem name --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 901e272..55c101f 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ An inarguably well-designed Jekyll theme. Add this line to your Jekyll site's `Gemfile`: ```ruby -gem "hitchens" +gem "hitchens-theme" ``` And add this line to your Jekyll site's `_config.yml`: ```yaml -theme: hitchens +theme: hitchens-theme ``` And then execute: @@ -24,7 +24,7 @@ And then execute: Or install it yourself as: - $ gem install hitchens + $ gem install hitchens-theme ## Usage