Dependabot enabled badge
authoraardizio <alessandroardizio94@gmail.com>
Sun, 19 Jan 2020 16:02:48 +0000 (17:02 +0100)
committeraardizio <alessandroardizio94@gmail.com>
Sun, 19 Jan 2020 16:02:48 +0000 (17:02 +0100)
README.MD

index 819f47ce335fcee7979f37b489bd741f44a0734c..b57d650f5c6b190cec920834f6f7b43c85f08fb5 100644 (file)
--- a/README.MD
+++ b/README.MD
@@ -1,6 +1,8 @@
 # Node Pool :arrow_double_up: :on:
 [![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>