X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=0faebec4220e2a7e9208b6cd6fe8e1fa8d97401e;hb=8ea47589a8f04b7018bd39c230d68de456c27bb0;hp=6352a8a1c8e4a9bfc8ee034cecd668f888ae4ddf;hpb=d7af6e8c88ac0d28dbe94e191aae39ea21d09018;p=poolifier.git diff --git a/README.md b/README.md index 6352a8a1..0faebec4 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,10 @@ Please consult our [general guidelines](#general-guidelines). - Easy switch from a pool type to another :white_check_mark: - No runtime dependencies :white_check_mark: - Proper integration with Node.js [async_hooks](https://nodejs.org/api/async_hooks.html) :white_check_mark: -- Support CommonJS, ESM, and TypeScript :white_check_mark: +- Support for CommonJS, ESM, and TypeScript :white_check_mark: - Support for [worker_threads](https://nodejs.org/api/worker_threads.html) and [cluster](https://nodejs.org/api/cluster.html) Node.js modules :white_check_mark: -- Support multiple task functions :white_check_mark: -- Support sync and async task functions :white_check_mark: +- Support for multiple task functions :white_check_mark: +- Support for sync and async task functions :white_check_mark: - Tasks distribution strategies :white_check_mark: - General guidelines on pool choice :white_check_mark: - Error handling out of the box :white_check_mark: @@ -62,7 +62,7 @@ Please consult our [general guidelines](#general-guidelines). - [Overview](#overview) - [Installation](#installation) - [Usage](#usage) -- [Node versions](#node-versions) +- [Node.js versions](#nodejs-versions) - [API](#api) - [General guidelines](#general-guidelines) - [Worker choice strategies](#worker-choice-strategies) @@ -161,9 +161,9 @@ You can do the same with the classes _ClusterWorker_, _FixedClusterPool_ and _Dy Remember that workers can only send and receive structured-cloneable data. -## Node versions +## Node.js versions -Node versions >= 16.14.x are supported. +Node.js versions >= 16.14.x are supported. ## [API](./docs/api.md)