Merge pull request #80 from pioardi/issue-79-remove-usage-of-nodemon
[poolifier.git] / README.MD
index 6fa1d2e9fd85eab7654905ec1977d0be52a809dd..7d633922b26fbdf734e7532e554be40f2ce937b0 100644 (file)
--- a/README.MD
+++ b/README.MD
@@ -7,6 +7,7 @@
 [![NODEP](https://img.shields.io/static/v1?label=dependencies&message=no%20dependencies&color=brightgreen
 )](https://img.shields.io/static/v1?label=dependencies&message=no%20dependencies&color=brightgreen
 )
+[![Gitter](https://badges.gitter.im/poolifier/community.svg)](https://gitter.im/poolifier/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
 
 <h2>Why Poolifier? </h2>
 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>
@@ -85,7 +86,8 @@ pool.execute({}).then(res => {
 
 ```
 
-<strong> See examples folder for more details ( in particular if you want to use a pool for [multiple functions](./examples/multiFunctionExample.js) ).</strong>
+<strong> See examples folder for more details( in particular if you want to use a pool for [multiple functions](./examples/multiFunctionExample.js) ).</strong>
+<strong>Now type script is also supported, find how to use it into the example folder </strong>
 
 <h2 id="nv">Node versions</h2>