Skip to content

Commit

Permalink
Merge pull request #139 from mabeebam/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
evantahler authored Jun 13, 2016
2 parents 7637f2d + b7ceaab commit d9de7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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 queues, 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)

Expand Down

0 comments on commit d9de7fd

Please sign in to comment.