Update README.MD
authorAlessandro Pio Ardizio <alessandroardizio94@gmail.com>
Sun, 26 Jan 2020 15:40:19 +0000 (16:40 +0100)
committerGitHub <noreply@github.com>
Sun, 26 Jan 2020 15:40:19 +0000 (16:40 +0100)
README.MD

index a2d4aa72069bae1ab9cb58a50c62eb28eb76165e..636c3d568cc71cc9a7983243f900c65f09fe4f21 100644 (file)
--- a/README.MD
+++ b/README.MD
@@ -9,8 +9,9 @@
 )
 
 <h2>Why Poolifier? </h2>
-Poolifier is used to perform heavy CPU bound tasks on nodejs servers, it implements a thread pool using <a href="https://nodejs.org/api/worker_threads.html#worker_threads_worker_threads">worker-threads </a>.
-With poolifier you can improve your performance and resolve problems related to the event loop.<br>
+Poolifier is used to perform heavy CPU bound tasks on nodejs servers, it implements a thread pool 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>.