docs: refine README.md
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 21 Sep 2023 19:32:43 +0000 (21:32 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 21 Sep 2023 19:32:43 +0000 (21:32 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
README.md

index 5ef4138540626b3bc523fbfa9e2277fedbc2d91a..0f5d8b6f6a7c56e0bae47be42a4db856cc7017b4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -43,6 +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 sync and async task functions :white_check_mark:
 - Tasks distribution strategies :white_check_mark:
 - Lockless tasks queueing :white_check_mark: