Update README.MD
authorAlessandro Pio Ardizio <alessandroardizio94@gmail.com>
Mon, 20 Jan 2020 16:55:43 +0000 (17:55 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2020 16:55:43 +0000 (17:55 +0100)
README.MD

index 53234a7310dfb9b0223a6d6d4f0022dbdd094eab..b5f445b55e1ce86ff7abb94aef501f1773467f6f 100644 (file)
--- a/README.MD
+++ b/README.MD
@@ -18,6 +18,7 @@
   <a href="#license">License</a>
 </h3>
 
+<h2> Overview </h2>
 Node pool contains two <a href="https://nodejs.org/api/worker_threads.html#worker_threads_worker_threads">worker-threads </a> pool implementations , you don' t have to deal with worker-threads complexity. <br>
 The first implementation is a static thread pool , with a defined number of threads that are started at creation time .<br>
 The second implementation is a dynamic thread pool with a number of threads started at creation time and other threads created when the load will increase ( with an upper limit ), the new created threads will be stopped after a threshold. <br>