plimit.js

Simple promise concurrency limiter
git clone git://git.finwo.net/lib/plimit.js
Log | Files | Refs | README

commit 111c6d834e91fdf381e0df992e2adca6c17d8b39
parent 94b16a349df49b16e735c4dbff40e9a86fafaa84
Author: finwo <finwo@pm.me>
Date:   Fri, 10 Dec 2021 11:50:01 +0100

Fix typo in readme

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -12,7 +12,7 @@ npm install --save @finwo/p-limit ```js # node -import { plimit } from 'plimit'; +import { plimit } from '@finwo/p-limit'; ``` ```html