Skip to content

Commit

Permalink
Fix typo; add missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmanning committed May 15, 2011
1 parent 74a7225 commit b3ac4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -10,7 +10,7 @@ friends_count on users' table.
Instalation
-----------

1) Add a gem line to your Gemfile. `gem 'has_friends-rails3, :require => 'has_friends'`
1) Add a gem line to your Gemfile. `gem 'has_friends-rails3', :require => 'has_friends'`

2) Execute the plugin generator `rails g has_friends:migration`

Expand Down

0 comments on commit b3ac4fc

Please sign in to comment.