From 3da16e2b5dff6c33073016b8ec67c5c6135d1ef1 Mon Sep 17 00:00:00 2001 From: Andrew Hooker Date: Mon, 16 Jan 2012 11:19:07 -0600 Subject: [PATCH] README Typo Fix --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 95c2109..3cf1c80 100644 --- a/README.rdoc +++ b/README.rdoc @@ -71,7 +71,7 @@ You can check to see if an object that acts_as_follower is following another obj user.following?(book) # Returns true or false To get the total number (count) of follows for a user use the following on a model that acts_as_follower - user.follow_count # Returns and integer + user.follow_count # Returns an integer To get follow records that have not been blocked use the following user.all_follows # returns an array of Follow records -- libgit2 0.21.0