docs: refine README.md
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 23 Sep 2023 18:23:40 +0000 (20:23 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 23 Sep 2023 18:23:40 +0000 (20:23 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
README.md

index 3109ddf7b227e9a0269f9d14339f985f52996eec..170bd4f49e27eb845c49bbd1dfb32c87b9784cc2 100644 (file)
--- 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: