From 23f0dc652cd4ffbd0d5dcae53b40a6fb21f2e2c1 Mon Sep 17 00:00:00 2001 From: niftylettuce Date: Wed, 8 Jul 2020 12:33:03 -0500 Subject: [PATCH] fix: fixed npm.im link to downloads --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5626451..7ea9718 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![made with lass](https://img.shields.io/badge/made_with-lass-95CC28.svg)](https://lass.js.org) [![license](https://img.shields.io/github/license/breejs/bree.svg)](LICENSE) -[![npm downloads](https://img.shields.io/npm/dt/breejs/bree.svg)](https://npm.im/bree) +[![npm downloads](https://img.shields.io/npm/dt/bree.svg)](https://npm.im/bree) > The best job scheduler for [Node.js][node] with support for [cron][], [ms][], and [human-friendly][human-interval] strings. Uses [workers][] and spawns sandboxed processes. Supports [async/await][async-await], [retries][p-retry], [throttling][p-throttle], [concurrency](#concurrency), and [cancelable][p-cancelable] jobs (graceful shutdown). Simple, fast, and the most lightweight tool for the job. Made for [Forward Email][forward-email] and [Lad][].