Fix typo in agenda description (#807)

This commit is contained in:
Caíque de Castro Soares da Silva
2018-05-09 09:16:09 -03:00
committed by Sindre Sorhus
parent 142086a296
commit ec11eba831

View File

@@ -715,7 +715,7 @@
- [kue](https://github.com/Automattic/kue) - Redis-backed priority job queue. - [kue](https://github.com/Automattic/kue) - Redis-backed priority job queue.
- [bull](https://github.com/OptimalBits/bull) - Persistent job and message queue. - [bull](https://github.com/OptimalBits/bull) - Persistent job and message queue.
- [agenda](https://github.com/rschmukler/agenda) - MonoDB-backed job scheduling. - [agenda](https://github.com/rschmukler/agenda) - MongoDB-backed job scheduling.
- [idoit](https://github.com/nodeca/idoit) - Redis-backed job queue engine with advanced job control. - [idoit](https://github.com/nodeca/idoit) - Redis-backed job queue engine with advanced job control.
- [node-resque](https://github.com/taskrabbit/node-resque) - Redis-backed job queue. - [node-resque](https://github.com/taskrabbit/node-resque) - Redis-backed job queue.
- [rsmq](https://github.com/smrchy/rsmq) - Redis-backed message queue. - [rsmq](https://github.com/smrchy/rsmq) - Redis-backed message queue.