README.md in simple_calendar-2.0.2 vs README.md in simple_calendar-2.0.3

- old
+ new

@@ -182,9 +182,21 @@ ```ruby config.beginning_of_week = :sunday ``` +### Default Stylesheet + +If you're using Bootstrap, the calendar should already have a border and +nice spacing for days. + +Optionally, you can include the default stylesheet for the calendar in +your `app/assets/stylesheets/application.css` file: + +```scss +*= require simple_calendar +``` + ### Custom CSS Classes Setting classes on the table and elements are pretty easy. You can simply run the following command to install the calendar views