X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=07ca907620135eef6ed4d7124ec7a7df69704cf0;hb=c09a9dad768ec542a18baf46d2b9714f73da4aa6;hp=db52c8c2c8ebb92fc50c2912a4875a6519750c99;hpb=3fd93ff2ac708538e8a22ae329c5df210aaa51fe;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