Update README.md v2.0.0
authorAlessandro Pio Ardizio <alessandroardizio94@gmail.com>
Mon, 1 Mar 2021 14:31:54 +0000 (15:31 +0100)
committerGitHub <noreply@github.com>
Mon, 1 Mar 2021 14:31:54 +0000 (15:31 +0100)
README.md

index 1ddad503512fa3c8f3e2107006c9ca16cf165128..7bb71d8033c84f7b5fdd26732286f90139039675 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@
     <img alt="No dependencies" src="https://img.shields.io/static/v1?label=dependencies&message=no%20dependencies&color=brightgreen"></a>
 </p>
 
-## Why Poolifier?
+## 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](https://nodejs.org/api/cluster.html) modules.  
 With poolifier you can improve your **performance** and resolve problems related to the event loop.