diff --git a/content/posts/netcat.md b/content/posts/netcat.md index 45c5883..f9fec38 100644 --- a/content/posts/netcat.md +++ b/content/posts/netcat.md @@ -70,7 +70,7 @@ Listen on port 2000: $ nc -l 2000 ``` -This starts a server which listens on port 5000. +This starts a server which listens on port 2000. Now let's open another terminal and connect a client to this port: ```bash