README.md in clockwork_web-0.0.3 vs README.md in clockwork_web-0.0.4

- old
+ new

@@ -2,16 +2,16 @@ A web interface for Clockwork [View the demo](https://clockwork-web.herokuapp.com/) -[screenshot goes here] - - see list of jobs - monitor jobs - disable jobs +:tangerine: Battle-tested at [Instacart](https://www.instacart.com) + ## Installation Add this line to your application’s Gemfile: ```ruby @@ -24,11 +24,11 @@ mount ClockworkWeb::Engine, at: "clockwork" ``` Be sure to secure the dashboard in production. -To see the last run and disable jobs, hook up Redis in an initializer. +To monitor and disable jobs, hook up Redis in an initializer. ```ruby ClockworkWeb.redis = Redis.new ``` @@ -71,9 +71,13 @@ ``` ## TODO - better design + +## History + +View the [changelog](CHANGELOG.md) ## Contributing Everyone is encouraged to help improve this project. Here are a few ways you can help: