Skip to content

Commit

Permalink
docs: add recommendation for using k command before example
Browse files Browse the repository at this point in the history
  • Loading branch information
luckfunc committed Aug 17, 2024
1 parent 169608b commit 3d47928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 3d47928

Please sign in to comment.