X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=07ca907620135eef6ed4d7124ec7a7df69704cf0;hb=39c93c16d109194824a53f2b9d8167353d13515c;hp=db52c8c2c8ebb92fc50c2912a4875a6519750c99;hpb=27a8a097ad47621d1a914240d777921f129cff61;p=poolifier.git 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