Skip to content

Commit

Permalink
docs: update README with usage instructions for k command
Browse files Browse the repository at this point in the history
  • Loading branch information
luckfunc committed Aug 17, 2024
1 parent c34b2a0 commit 1755d2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ or
```bash
k-p 3000 3001
```
or
```bash
k 3000 3001
```
### Compatibility
This tool is compatible with Windows, macOS, and Linux.
### How It Works
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.5",
"version": "1.0.6",
"description": "A CLI tool to kill processes by port",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 1755d2e

Please sign in to comment.