From ec11eba831e0e3e82e34c192c4104eb37db00833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ca=C3=ADque=20de=20Castro=20Soares=20da=20Silva?= Date: Wed, 9 May 2018 09:16:09 -0300 Subject: [PATCH] Fix typo in `agenda` description (#807) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3cf1b6a..62677b2 100644 --- a/readme.md +++ b/readme.md @@ -715,7 +715,7 @@ - [kue](https://github.com/Automattic/kue) - Redis-backed priority job 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. - [node-resque](https://github.com/taskrabbit/node-resque) - Redis-backed job queue. - [rsmq](https://github.com/smrchy/rsmq) - Redis-backed message queue.