Skip to content

Commit 7ade5ee

Browse files
authored
Easier to distinguish the ports in README
1 parent c5e5558 commit 7ade5ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Kill processes using a given port on your laptop.
88

99
## Usage
1010

11-
`killport 1234`
12-
- kills any process using the 1234 port on your laptop
11+
`killport 1111`
12+
- kills any process using the 1111 port on your laptop
1313

14-
`killport 1234 2345`
15-
- kills any process using either the 1234 or 2345 ports on your laptop
14+
`killport 1111 2222`
15+
- kills any process using either the 1111 or 2222 ports on your laptop
1616

17-
`killport 1234 --view-only`
17+
`killport 1111 --view-only`
1818
- Displays the processes that would be deleted, but doesn't actually delete them.
1919

2020
## How does this differ from...

0 commit comments

Comments
 (0)