Merge pull request #9 from pioardi/dependabot/npm_and_yarn/mocha-7.1.0
[poolifier.git] / README.MD
index 7dc0a1ed8688bcfc91956ad3face9b3b87397740..ca3d51b70e22d44b006cec2064935c732913de2a 100644 (file)
--- a/README.MD
+++ b/README.MD
@@ -9,7 +9,7 @@
 )
 
 <h2>Why Poolifier? </h2>
-Poolifier is used to perform heavy CPU bound tasks on nodejs servers, it implements thread pools ( yes, more thread pool implemenetations, so you can choose which one fit better for you ) using <a href="https://nodejs.org/api/worker_threads.html#worker_threads_worker_threads">worker-threads </a>.<br>
+Poolifier is used to perform heavy CPU bound tasks on nodejs servers, it implements thread pools ( yes, more thread pool implementations, so you can choose which one fit better for you ) using <a href="https://nodejs.org/api/worker_threads.html#worker_threads_worker_threads">worker-threads </a>.<br>
 With poolifier you can improve your <strong>performance</strong> and resolve problems related to the event loop.<br>
 Moreover you can execute your CPU tasks using an API designed to improve the <strong>developer experience</strong>.