From 3c45c5e4a531539b8ed46bd001d4627e511837be Mon Sep 17 00:00:00 2001 From: Patrick Fulton Date: Wed, 21 Jan 2015 15:34:31 -0500 Subject: [PATCH] fix: change documentation to properly show how to install gem in a Middleman project This resolves #1 by changing some text in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af9b3f8..5c9cd20 100644 --- a/README.md +++ b/README.md @@ -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