commit c9a55e81379156c4771dc8a09207a5812af55c68 parent 646036a757c3c7b0df2ef6cf1e89a2e733146799 Author: Robin Bron <finwo@pm.me> Date: Fri, 10 Dec 2021 11:50:01 +0100 Fix typo in readme Diffstat:
| M | README.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