X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.MD;h=e77bc1cdf514678d63c24589287aaa969dd48bd7;hb=50457a111b371c15c3ef600789cabf119930e782;hp=42ffe53745a23b65d95719d9749c0058f2c7ee38;hpb=d2eb49649da7384396a99578d8104cf6b9ac5a3a;p=poolifier.git 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