X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=6db467fdbef07444b65082a53740b37f8a5d06b8;hb=d52e380bba8c00e3a20a5ad79564a95056af62f7;hp=9672160ed75aa043a7ed037a679635d1bf3e43d4;hpb=67c552d63a4430cb02e4a6a7a8728c1151cd12f6;p=poolifier.git diff --git a/README.md b/README.md index 9672160e..6db467fd 100644 --- 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: @@ -165,7 +165,7 @@ Remember that workers can only send and receive structured-cloneable data. ## Node.js versions -Node.js versions >= 16.14.x are supported. +Node.js versions >= 18.x.x are supported. ## [API](./docs/api.md)