README.md in simple_calendar-0.1.2 vs README.md in simple_calendar-0.1.3

- old
+ new

@@ -91,9 +91,10 @@ :year # current year, default: from params or current year :month # current month, default: from params or current month :prev_text # previous month link text, default: « :next_text # next month link text, default: » :start_day # starting day of week, default: :sunday + :empty_date # block called when a date is empty If you wish to have Monday as the first day of the week, you'll need to change a couple things. First, when rendering the calendar, use the `:start_day => :monday` option like so: