docs: refine README.md
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 1 Oct 2023 18:49:57 +0000 (20:49 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 1 Oct 2023 18:49:57 +0000 (20:49 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
README.md

index 9672160ed75aa043a7ed037a679635d1bf3e43d4..660152cf364fb689eeeb6343af15677fd206c2a0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ Please consult our [general guidelines](#general-guidelines).
 - Performance [benchmarks](./benchmarks/README.md) :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 for 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 for multiple task functions :white_check_mark:
 - Support for task functions [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) operations at runtime :white_check_mark: