diff --git a/README.md b/README.md index df6d5c3..61632e6 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ Strip ansi colors, attributes from a string. ## Install -Install with [npm](https://www.npmjs.com/) or [pnpm]() +Install with [npm](https://www.npmjs.com/) or [pnpm](https://pnpm.js.org/) ```sh $ npm i better-strip-color +$ pnpm i better-strip-color ``` ## Usage diff --git a/package.json b/package.json index 09cd581..b34de3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-strip-color", - "version": "1.0.1", + "version": "1.0.2", "description": "Strip ANSI colors, attributes from a string", "main": "index.js", "scripts": {