From: Alessandro Pio Ardizio Date: Mon, 20 Jan 2020 18:19:45 +0000 (+0100) Subject: Update README.MD X-Git-Tag: v0.0.1~18 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ba2be357f0ce3c17089eaa9c81e115a48474952f;p=poolifier.git Update README.MD --- 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