use gem in Gemfile instead of config.gem in Rails 3.

siong1987 committed Feb 15, 2011
commit 52b49d84d19608b636ebb03ca466f9952e08d7a1
Showing 1 changed file with 1 additions and 1 deletions
README.md +1 -1
@@ @@ -7,7 +7,7 @@ Installation
------------
Add gem definition to your Gemfile:
- config.gem 'comfortable_mexican_sofa'
+ gem 'comfortable_mexican_sofa'
Then from the Rails project's root run: