Skip to content

Commit

Permalink
Fix typo in README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
David Celis committed Sep 18, 2012
1 parent 5cb31ff commit 5b71922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -85,7 +85,7 @@ still exist, you can regenerate the similarity values and recommendations on the
fly. But try not to have to do it!

``` ruby
Users.all.each do |user|
User.all.each do |user|
user.send :update_similarities
user.send :update_recommendations
end
Expand Down

0 comments on commit 5b71922

Please sign in to comment.