Skip to content

Commit

Permalink
Fix typo on README
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimeiniesta committed Aug 1, 2011
1 parent fe6aac7 commit 3bd2b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -68,7 +68,7 @@ migrate the database
article.flagged_by?(user, :flag_name)

# Returns true if the article was flagged by any flagger at all, false otherwise.
article.flagged(:flag_name)?
article.flagged?(:flag_name)

# Flaggings can also be accessed by its flagger.
flagger.flaggings or flagger.flaggings(:flag_name)
Expand All @@ -85,4 +85,4 @@ or simply

Copyright © 2010-2011 Kai Schlamp (http://www.medihack.org), released under the MIT license

Modified to use specified flags by Eric Berry
Modified to use specified flags by Eric Berry

0 comments on commit 3bd2b7e

Please sign in to comment.