X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=6db467fdbef07444b65082a53740b37f8a5d06b8;hb=d5eb4a90802f4d3294f90635b49dfa5cb252e1c0;hp=e7b7a5d1f75a3ad6e90927ed1a2efe3441136a04;hpb=cf02ff9e146e22a2f99a6af35de7ce49efd4c6b5;p=poolifier.git diff --git a/README.md b/README.md index e7b7a5d1..6db467fd 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ [![Code Coverage](https://sonarcloud.io/api/project_badges/measure?project=pioardi_poolifier&metric=coverage)](https://sonarcloud.io/dashboard?id=pioardi_poolifier) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=pioardi_poolifier&metric=alert_status)](https://sonarcloud.io/dashboard?id=pioardi_poolifier) [![Javascript Standard Style Guide]()](https://standardjs.com) -[![Discord](https://badgen.net/discord/online-members/85VrP8m8?icon=discord&label=discord&color=green)](https://discord.gg/85VrP8m8) +[![Discord](https://badgen.net/discord/online-members/vXxZhyb3b6?icon=discord&label=discord&color=green)](https://discord.gg/vXxZhyb3b6) [![Open Collective](https://opencollective.com/poolifier/tiers/badge.svg)](https://opencollective.com/poolifier) [![PRs Welcome](https://badgen.net/static/PRs/welcome/green)](http://makeapullrequest.com) [![No Dependencies]()]() @@ -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)