Doc enhancement
authoraardizio <alessandroardizio94@gmail.com>
Mon, 22 Feb 2021 15:36:50 +0000 (16:36 +0100)
committeraardizio <alessandroardizio94@gmail.com>
Mon, 22 Feb 2021 15:36:50 +0000 (16:36 +0100)
README.md

index 48a64a59d5ea2c6f0cfdbce2759f6c1ab422ec34..bc488843031d72d7e4f6e57f30b50219b029ccd0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@
 
 ## Why Poolifier?
 
-Poolifier is used to perform CPU intensive and I/O intensive tasks on nodejs servers, it implements worker pools (yes, more worker pool implementations, so you can choose which one fit better for you) using [worker-threads](https://nodejs.org/api/worker_threads.html#worker_threads_worker_threads) and cluster pools using [Node.js cluster mode](https://nodejs.org/api/cluster.html).  
+Poolifier is used to perform CPU intensive and I/O intensive tasks on nodejs servers, it implements worker pools (yes, more worker pool implementations, so you can choose which one fit better for you) using [worker-threads](https://nodejs.org/api/worker_threads.html#worker_threads_worker_threads) and cluster pools using [Node.js cluster](https://nodejs.org/api/cluster.html) modules.  
 With poolifier you can improve your **performance** and resolve problems related to the event loop.  
 Moreover you can execute your tasks using an API designed to improve the **developer experience**.  
 Please consult our guidelines to <a href="#choose-your-pool">choose your pool</a>