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)