README.md in novella-0.1.0 vs README.md in novella-0.1.1

- old
+ new

@@ -1,23 +1,19 @@ # novella -Minimalistic theme with colors from Solarized. +Minimalistic theme for Jekyll with colors from Solarized. ## Installation Add this line to your Jekyll site's Gemfile: ```ruby gem "novella" ``` -And add this line to your Jekyll site's `_config.yml`: +In order to utilize the theme, make sure to either copy the `_config.yml` file into your new Jekyll site or update your own with the values from the theme's `_config.yml` file. -```yaml -theme: novella -``` - And then execute: $ bundle Or install it yourself as: @@ -25,6 +21,5 @@ $ gem install novella ## License The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). -