From: Jérôme Benoit Date: Wed, 16 Aug 2023 12:58:39 +0000 (+0200) Subject: docs: spell fixes to README.md X-Git-Tag: v2.6.28~12 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=aad54ad27e67a0fa8d1102142cdbd97a5f0cedb3;p=poolifier.git docs: spell fixes to README.md Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 6352a8a1..80a082ac 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: