README.md in mini_scheduler-0.14.0 vs README.md in mini_scheduler-0.15.0

- old
+ new

@@ -67,8 +67,17 @@ * **every** followed by a duration in seconds, like "every 1.hour". * **daily at:** followed by a duration since midnight, like "daily at: 12.hours", to run only once per day at a specific time. To view the scheduled jobs, their history, and the schedule, go to sidekiq's web UI and look for the "Scheduler" tab at the top. +To enable this view in Sidekiq, add `require "mini_scheduler/web"` to `routes.rb`: + + ```ruby +require "sidekiq/web" +require "mini_scheduler/web" +Rails.application.routes.draw do + ... + +``` ## How to reach us If you have questions about using mini_scheduler or found a problem, you can find us at https://meta.discourse.org.