Skip to content

Commit

Permalink
correct the netcat command
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Nov 28, 2024
1 parent b8d4028 commit d536758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ At this point you can test this using [netcat](https://linux.die.net/man/1/nc).
On this machine:

```bash
netcat -80
netcat -l -p 80
```

On another machine:
Expand Down

0 comments on commit d536758

Please sign in to comment.