README.md in simple_calendar-0.1.7 vs README.md in simple_calendar-0.1.8
- old
+ new
@@ -11,11 +11,11 @@
Installation
------------
Just add this into your Gemfile followed by a bundle install:
- gem "simple_calendar", "~> 0.1.5"
+ gem "simple_calendar", "~> 0.1.8"
Usage
-----
#### Model
@@ -97,9 +97,10 @@
: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
:class # HTML class attribute for the calendar
+ :params # Any extra params you'd like in the URL (automatically includes month and year)
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: