README.markdown in dgp-schedule_attributes-0.5.0 vs README.markdown in dgp-schedule_attributes-0.5.1

- old
+ new

@@ -11,10 +11,10 @@ gem install 'dgp-schedule_attributes' Or add to your *Gemfile*: - gem 'dgp-schedule_attributes', '~> 0.4' + gem 'dgp-schedule_attributes', '~> 0.4', require: 'schedule_attributes' To use, include the `ScheduleAttributes` module in your model class. class SomeModel include ScheduleAttributes