docs: refine the project name
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 9 Aug 2023 20:38:14 +0000 (22:38 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 9 Aug 2023 20:38:14 +0000 (22:38 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md
benchmarks/versus-external-pools/package.json
package.json

index ff51fdb8eebf1a558c2f8eaecfcf3da06a9693f5..151c658e53ff4238e11b317c5d1278ede033056a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
   <img src="./images/logo.png" width="340px" height="266px"/>
 </div>
 
-<h1 align="center">Node Thread Pool and Cluster Pool</h1>
+<h1 align="center">Node.js Worker_Threads and Cluster Worker Pool</h1>
 
 <p align="center">
   <a href="https://github.com/poolifier/poolifier/graphs/commit-activity">
index cd3072e70aea4301593271c29b6268976e809e8d..a1d127f54a40652192aa6425cc67969fba005931 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "poolifier-benchmarks",
   "version": "1.0.0",
-  "description": "This project contains benchmarks for the most used and popular Node.js thread/cluster pools implementations",
+  "description": "This project contains benchmarks for the most used and popular Node.js worker_threads/cluster worker pools implementations",
   "private": true,
   "main": "index.js",
   "author": "pioardi",
index 843dee0b56840e2d2c40a124037844826f8a04f0..ab7ed06b42542918b43d05b1bbd5d1f0f4fc0c30 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "poolifier",
   "version": "2.6.21",
-  "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
+  "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
   "exports": {