From ba2be357f0ce3c17089eaa9c81e115a48474952f Mon Sep 17 00:00:00 2001 From: Alessandro Pio Ardizio Date: Mon, 20 Jan 2020 19:19:45 +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 bb4df777..3d7c4bfd 100644 --- a/README.MD +++ b/README.MD @@ -26,7 +26,7 @@ You have to implement your worker extending the ThreadWorker class

Installation

``` -npm install node-pool --save +npm install node-thread-pool --save ```

Usage

-- 2.34.1