Skip to content

Commit

Permalink
doc: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pxgo authored Mar 14, 2023
1 parent cbb3acf commit 12587f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-threads-pool",
"version": "2.0.4",
"version": "2.0.5",
"description": "Node-Threads-Pool is a tool for creating thread pools in Node.js, making it easy to implement efficient parallel computing. With Node-Threads-Pool, you can easily create and manage multiple threads, allocate tasks to worker threads in the thread pool, and maximize CPU resources to improve application performance.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 12587f7

Please sign in to comment.