From be26885338e4d4710cca8811e769d50b7d21a147 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 20 Jul 2013 15:32:42 -0700 Subject: [PATCH] Updated readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 16e7c72..e8a3b25 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,9 @@ User.group_by_week(:created_at, time_zone, :start => :sat) ``` You can override this option: + ```ruby -Groupdate.configure do |config| - config.week_start = :sat -end +Groupdate.week_start = :mon ``` You can also group by the day of the week or hour of the day. -- libgit2 0.21.0