From: Jérôme Benoit Date: Thu, 4 Apr 2024 08:12:32 +0000 (+0200) Subject: docs: refine README.md X-Git-Tag: v3.1.30~42 X-Git-Url: https://git.piment-noir.org/?p=poolifier.git;a=commitdiff_plain;h=39c93c16d109194824a53f2b9d8167353d13515c docs: refine README.md Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index db52c8c2..07ca9076 100644 --- a/README.md +++ b/README.md @@ -83,13 +83,13 @@ You have to implement your worker by extending the _ThreadWorker_ or _ClusterWor ## Installation -### npm +### npmjs ```shell npm install poolifier --save ``` -### jsr +### JSR ```shell npx jsr add @poolifier/poolifier