Minor fix.

This commit is contained in:
Thanwer 2024-10-31 23:57:15 -03:00
parent 9f81069fe0
commit 18c641c1c9

View File

@ -70,7 +70,7 @@ Listen on port 2000:
$ nc -l 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: Now let's open another terminal and connect a client to this port:
```bash ```bash