From c4e29260dbb1b3b92cf27ac74ed9d2123a50b745 Mon Sep 17 00:00:00 2001 From: Evan Tahler Date: Thu, 17 Mar 2016 09:30:46 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 394aef42..9b29dc83 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # node-resque -**Distributed delayed jobs in nodejs**. Resque is a background job system based on redis. It includes priority queus, plugins, locking, delayed jobs, and more! This project is a very opinionated but API-compatible with [Resque](https://github.com/resque/resque) and [Sidekiq](http://sidekiq.org/).We also implement some of the popular Resque plugins, including [resque-scheduler](https://github.com/resque/resque-scheduler) and [resque-retry](https://github.com/lantins/resque-retry) +**Distributed delayed jobs in nodejs**. Resque is a background job system based on redis. It includes priority queus, plugins, locking, delayed jobs, and more! This project is a very opinionated but API-compatible with [Resque](https://github.com/resque/resque) and [Sidekiq](http://sidekiq.org/). We also implement some of the popular Resque plugins, including [resque-scheduler](https://github.com/resque/resque-scheduler) and [resque-retry](https://github.com/lantins/resque-retry) [![Nodei stats](https://nodei.co/npm/node-resque.png?downloads=true)](https://npmjs.org/package/node-resque)