update readme with new gem name

This commit is contained in:
Pat Dryburgh
2018-08-01 10:22:07 -07:00
parent 2c9a3a42a2
commit 208cdb0320

View File

@ -9,13 +9,13 @@ An inarguably well-designed Jekyll theme.
Add this line to your Jekyll site's `Gemfile`: Add this line to your Jekyll site's `Gemfile`:
```ruby ```ruby
gem "hitchens" gem "hitchens-theme"
``` ```
And add this line to your Jekyll site's `_config.yml`: And add this line to your Jekyll site's `_config.yml`:
```yaml ```yaml
theme: hitchens theme: hitchens-theme
``` ```
And then execute: And then execute:
@ -24,7 +24,7 @@ And then execute:
Or install it yourself as: Or install it yourself as:
$ gem install hitchens $ gem install hitchens-theme
## Usage ## Usage