diff --git a/README.md b/README.md index fba5a13..91a2a48 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ $ kill-port --port 8080,5000,3000 $ kill-port 9000 3000 5000 ``` -You can also use [npx](https://nodejs.dev/learn/the-npx-nodejs-package-runner) to `kill-port` without manually installing it globally: +You can also use [npx](https://nodejs.dev/learn/the-npx-nodejs-package-runner) to `kill-port` without installing: ```sh # Kill a single port diff --git a/package.json b/package.json index fc0d1a1..3626775 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kill-port", - "version": "2.0.0", + "version": "2.0.1", "description": "Kill process running on given port", "license": "MIT", "main": "index.js",