Some benchmarking improvements
[poolifier.git] / README.MD
index b5f445b55e1ce86ff7abb94aef501f1773467f6f..7bc3b55b4542591d1c42e9c147517c41a5593712 100644 (file)
--- a/README.MD
+++ b/README.MD
@@ -1,4 +1,4 @@
-# Node Pool :arrow_double_up: :on:
+# Node Thread Pool :arrow_double_up: :on:
 [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
 [![Dependabot](https://badgen.net/dependabot/dependabot/dependabot-core/?icon=dependabot)](https://badgen.net/dependabot/dependabot/dependabot-core/?icon=dependabot)
 [![Actions Status](https://github.com/pioardi/node-pool/workflows/NodeCI/badge.svg)](https://github.com/pioardi/node-pool/actions)
@@ -26,7 +26,7 @@ You have to implement your worker extending the ThreadWorker class<br>
 <h2 id="installation">Installation</h2>
 
 ```
-npm install node-pool --save
+npm install node-thread-pool --save
 ```
 <h2 id="usage">Usage</h2>
 
@@ -115,5 +115,5 @@ See guidelines [CONTRIBUTING](./.github/CONTRIBUTING.md)
 
 <h2 id="license">License</h2>
 
-[MIT](https://github.com/pioardi/node-pool/blob/master/LICENSE)
+[MIT](./LICENSE)