Skip to content

Commit

Permalink
fix: simplified verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce authored Jul 19, 2020
1 parent 191fb0b commit ee3ce39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
Since there are a few job queue solutions, here a table comparing them to help you use the one that
better suits your needs.

Agenda is great if you need something that is simple and backed by MongoDB.
Agenda is great if you need a MongoDB job scheduler, but try **[Bree]((https://jobscheduler.net))** if you need something simpler (built by a previous maintainer).

| Feature | Bull | Bee | Agenda |
| :------------- |:-------------:|:---:|:------:|
Expand All @@ -51,8 +51,6 @@ Agenda is great if you need something that is simple and backed by MongoDB.
| REST API | | ||
| Optimized for | Jobs / Messages | Messages | Jobs |

**If you need a simpler alternative to Agenda, then try out [Bree](https://jobscheduler.net). It is made by a [past core maintainer](https://github.com/niftylettuce) of Agenda.**

_Kudos for making the comparison chart goes to [Bull](https://www.npmjs.com/package/bull#feature-comparison) maintainers._

# Installation
Expand Down

0 comments on commit ee3ce39

Please sign in to comment.