diff --git a/README.md b/README.md index e105807..c4ac84c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ To install the package globally, use npm: npm install -g kill-port-process-cli ``` ### Usage -You can use the tool by running the `kill-port` or `k-p` command followed by one or more port numbers. +You can use the tool by running the `k` or `k-p` or `kill-port` command followed by one or more port numbers. +### Recommended Command +We recommend using the `k` command for simplicity and ease of use. ### example To kill processes running on ports 3000 and 3001: ```bash diff --git a/package.json b/package.json index cb54c13..afc396b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kill-port-process-cli", - "version": "1.0.7", + "version": "1.0.8", "description": "A CLI tool to kill processes by port", "main": "index.js", "bin": {