README.md in mini_scheduler-0.9.1 vs README.md in mini_scheduler-0.9.2
- old
+ new
@@ -1,9 +1,14 @@
+[![Build Status](https://travis-ci.org/discourse/mini_scheduler.svg?branch=master)](https://travis-ci.org/discourse/mini_scheduler)
+[![Gem Version](https://badge.fury.io/rb/mini_scheduler.svg)](https://rubygems.org/gems/mini_scheduler)
+
# mini_scheduler
MiniScheduler adds recurring jobs to [Sidekiq](https://sidekiq.org/).
+
+
## Installation
Add this line to your application's Gemfile:
```ruby
@@ -46,5 +51,9 @@
* **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.
+
+## 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.