README.md in simple_calendar-timeslot-0.7.0 vs README.md in simple_calendar-timeslot-0.8.0

- old
+ new

@@ -73,16 +73,16 @@ Shortversion in the meantime: - `orientation` (`:vertical`, `:horizontal`, default: :vertical) - `px_per_minute` (defines size of calendar, default: 0.65) - `horizontal_height_px` default: 300 -- `horizonzal_scroll_split` (scroll days separately or together, default: false) +- `horizontal_scroll_split` (scroll days separately or together, default: false) - `split_by_type` (model function to call in case of bucketing f.ex.`:event_type`, default: false) - `display_bucket_title` (model function to call in case of bucketing f.ex.`:event_type_name`, default: false) - `bucket_title_size` default: 20 - `grid_width` default: 20px - `display_grid` default: true -- `current_time_indicator` (display a stylable div across the timeline that display the current time, css-class: `current_time_indicator`, default: false) +- `display_current_time_indicator` (display a stylable div across the timeline that display the current time, css-class: `current_time_indicator`, default: false) ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.