X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=642d59d3782f6f626c2d236b611af60b26485eec;hb=a087069e60fb9fb08419c6e5fdec1c206397cefc;hp=843eab8cc61ca132d9b9441ca516c11dc7659c54;hpb=249f260c67e3d3251122fa8e5ee08948cc85134f;p=poolifier.git diff --git a/README.md b/README.md index 843eab8c..642d59d3 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ npm install poolifier --save ## Usage -You can implement a [worker_threads](https://nodejs.org/api/worker_threads.html#class-worker) worker in a simple way by extending the class _ThreadWorker_: +You can implement a poolifier [worker_threads](https://nodejs.org/api/worker_threads.html#class-worker) worker in a simple way by extending the class _ThreadWorker_: ```js import { ThreadWorker } from 'poolifier'