From f396b056f53b11772d0f15b04a24b1d1922e2758 Mon Sep 17 00:00:00 2001 From: mio Date: Tue, 13 Dec 2011 10:46:43 +0100 Subject: [PATCH] Updated readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5853b4d..03f6701 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ If you'd like to include only unique impressions in your count: What if I only want to record unique impressions? ------------------------------------------------- -Maybe you only care about unique impressions and would like to eliminate unnecessary database calls. You can specify conditions for recording impressions in your controller: +Maybe you only care about unique impressions and would like to avoid unnecessary database records. You can specify conditions for recording impressions in your controller: # only record impression if the request has a unique combination of type, id, and session impressionist :unique => [:impressionable_type, :impressionable_id, :session_hash]