From 18e14ed031d1626038a822677f8f9ae4efb55d75 Mon Sep 17 00:00:00 2001 From: t-bullock Date: Tue, 2 Sep 2014 20:42:56 -0700 Subject: [PATCH] Fix typos in Readme Fix typos --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 79561e2..bf4c80e 100644 --- a/README.markdown +++ b/README.markdown @@ -137,7 +137,7 @@ Unvoting works for both positive and negative votes. ### Examples with scopes -You can add an scope to your vote +You can add a scope to your vote ```ruby # positive votes @@ -370,7 +370,7 @@ rake spec ### Fixes for votable voter model -In version 0.8.0, there is bugs for a model that is both votable and voter. +In version 0.8.0, there are bugs for a model that is both votable and voter. Some name-conflicting methods are renamed: + Renamed Votable.votes to votes_for + Renamed Votable.vote to vote_by,