Skip to content

Commit

Permalink
Merge pull request #2 from beardedstudio/fix/gh-1-documentation
Browse files Browse the repository at this point in the history
fix: change docs to properly show how to install gem in a Middleman project
  • Loading branch information
Brett Bender committed Jan 21, 2015
2 parents 0f410db + 3c45c5e commit ad3732b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ A middleman extension that implements [Pattern Lab-style](http://patternlab.io)

You'll need to install this gem first.

* put `gem install 'middleman-patterns'` in the Gemfile of your middleman project
* put `gem 'middleman-patterns'` in the Gemfile of your middleman project
* run `bundle install`
* add `activate :patterns` to your `config.rb` file outside the `configure :build` block

Expand Down

0 comments on commit ad3732b

Please sign in to comment.