From 27c5fb758aff8c556dbf2176ee8a6da8192b8c61 Mon Sep 17 00:00:00 2001 From: Alessandro Pio Ardizio Date: Wed, 22 Jan 2020 23:47:23 +0100 Subject: [PATCH] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 42ffe537..e77bc1cd 100644 --- a/README.MD +++ b/README.MD @@ -33,7 +33,7 @@ You have to implement your worker extending the ThreadWorker class

Installation

``` -npm install @pioardi/node-thread-pool --save +npm install poolifier --save ```

Usage

-- 2.34.1