Merge pull request #35 from chapeupreto/fixes

fix typo and markdown formatting issues
This commit is contained in:
Bonnie I-Man Ng 2022-05-08 00:54:56 +08:00 committed by GitHub
commit 7010074d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2419,7 +2419,7 @@ nc -vw5 google.com 22
# From server A:
$ sudo nc -l 80
# then you can connect to the 80 port from another server (e.g. server B):
# e.g. telent <server A IP address> 80
# e.g. telnet <server A IP address> 80
# then type something in server B
# and you will see the result in server A!
```