docs: spell fixes to README.md
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 16 Aug 2023 12:58:39 +0000 (14:58 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 16 Aug 2023 12:58:39 +0000 (14:58 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md

index 6352a8a1c8e4a9bfc8ee034cecd668f888ae4ddf..80a082ac1d5207ab79768e23c37cee35a73eb7b9 100644 (file)
--- 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: