From 4be50740090701819866c10a01e6a84a3ed6c2cc Mon Sep 17 00:00:00 2001 From: John Mettraux Date: Fri, 20 Sep 2013 10:57:59 +0900 Subject: [PATCH] fix tiny README typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acf2c99..4b0001c 100644 --- a/README.md +++ b/README.md @@ -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.