From: Jérôme Benoit Date: Wed, 9 Aug 2023 20:38:14 +0000 (+0200) Subject: docs: refine the project name X-Git-Tag: v2.6.22~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=3eed0bf4399eec1a2e41e601d78ee7d888e8f3f5;p=poolifier.git docs: refine the project name Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index ff51fdb8..151c658e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -

Node Thread Pool and Cluster Pool

+

Node.js Worker_Threads and Cluster Worker Pool

diff --git a/benchmarks/versus-external-pools/package.json b/benchmarks/versus-external-pools/package.json index cd3072e7..a1d127f5 100644 --- a/benchmarks/versus-external-pools/package.json +++ b/benchmarks/versus-external-pools/package.json @@ -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", diff --git a/package.json b/package.json index 843dee0b..ab7ed06b 100644 --- a/package.json +++ b/package.json @@ -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": {