README.md in increments-schedule-0.8.0 vs README.md in increments-schedule-0.9.0

- old
+ new

@@ -53,10 +53,9 @@ * `Increments::Schedule.each_special_remote_work_day(max_date = Date.today + 365)` * `Increments::Schedule.each_rest_day(max_date = Date.today + 365)` * `Increments::Schedule.each_weekend(max_date = Date.today + 365)` * `Increments::Schedule.each_holiday(max_date = Date.today + 365)` * `Increments::Schedule.each_winter_vacation(max_date = Date.today + 365)` -* `Increments::Schedule.each_work_time_range(max_date = Date.today + 365)` ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.