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

index b57d650f5c6b190cec920834f6f7b43c85f08fb5..bdbf18a818d28193465ca99a558cc097f149375f 100644 (file)
--- a/README.MD
+++ b/README.MD
@@ -2,8 +2,6 @@
 [![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)
 [![Dependabot](https://badgen.net/dependabot/dependabot/dependabot-core/?icon=dependabot)](https://badgen.net/dependabot/dependabot/dependabot-core/?icon=dependabot)
 
-https://badgen.net/dependabot/dependabot/dependabot-core/?icon=dependabot
-
 Node pool contains two <a href="https://nodejs.org/api/worker_threads.html#worker_threads_worker_threads">worker-threads </a> pool implementations. <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 ). <br>