diff --git a/README.rdoc b/README.rdoc index b17cb9c..7870b76 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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) @@ -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 \ No newline at end of file +Modified to use specified flags by Eric Berry