1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00

fix tiny README typo

This commit is contained in:
John Mettraux 2013-09-20 10:57:59 +09:00
parent 81222d7bcf
commit 4be5074009

View file

@ -13,9 +13,9 @@ 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.