From: Jérôme Benoit Date: Sat, 23 Sep 2023 18:23:40 +0000 (+0200) Subject: docs: refine README.md X-Git-Tag: v2.7.3~12 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1f3f7256283ff023bac9d1cd4ef3c58f05e9dd39;p=poolifier.git docs: refine README.md Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 3109ddf7..170bd4f4 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Please consult our [general guidelines](#general-guidelines). - 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 for multiple task functions :white_check_mark: -- Support for task functions CRUD operations at runtime :white_check_mark: +- Support for task functions [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) operations at runtime :white_check_mark: - Support for sync and async task functions :white_check_mark: - Tasks distribution strategies :white_check_mark: - Lockless tasks queueing :white_check_mark: