README.md in sidetiq-0.4.0 vs README.md in sidetiq-0.4.1

- old
+ new

@@ -1,7 +1,7 @@ -Sidetiq -======= +![Sidetiq](http://f.cl.ly/items/1W3k0R2V2x3n3S1t1M0B/sidetiq.png) +========= [![Build Status](https://travis-ci.org/tobiassvn/sidetiq.png)](https://travis-ci.org/tobiassvn/sidetiq) [![Dependency Status](https://gemnasium.com/tobiassvn/sidetiq.png)](https://gemnasium.com/tobiassvn/sidetiq) [![Coverage Status](https://coveralls.io/repos/tobiassvn/sidetiq/badge.png)](https://coveralls.io/r/tobiassvn/sidetiq) [![Code Climate](https://codeclimate.com/github/tobiassvn/sidetiq.png)](https://codeclimate.com/github/tobiassvn/sidetiq) @@ -11,16 +11,18 @@ Overview -------- Sidetiq provides a simple API for defining recurring workers for Sidekiq. -- Cuncurrency and fault-tolerance using Celluloid actors. +- Concurrency and fault-tolerance using Celluloid actors. -- Flexible DSL based on [ice_cube](http://seejohnrun.github.com/ice_cube/) +- Flexible DSL based on [ice_cube](http://seejohnrun.github.com/ice_cube/). - Distributed, Redis-based locking to synchronize multiple Sidetiq processes. - Web extension with extensive monitoring of recurring jobs. + +- Sidetiq runs in your Sidekiq processes. No extra resources required. Usage ----- Please see the [Sidetiq wiki](http://github.com/tobiassvn/sidetiq/wiki) for more detailed