Skip to content

Commit abe81e2

Browse files
authored
fix(net-cat): remove confusing quotes
1 parent 0a98368 commit abe81e2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

subjects/net-cat/audit/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
#### Functional
22

3-
##### Try running `"./TCPChat"`.
3+
##### Try running `./TCPChat`.
44

55
###### Is the server listening for connections on the default port?
66

7-
##### Try running `"./TCPChat" 2525 localhost`.
7+
##### Try running `./TCPChat 2525 localhost`.
88

99
```
1010
[USAGE]: ./TCPChat $port
1111
```
1212

1313
###### Did the server respond with usage, as above?
1414

15-
##### Try running `"./TCPChat 2525"`.
15+
##### Try running `./TCPChat 2525`.
1616

1717
###### Is the server listening for connections on the port 2525?
1818

19-
##### Try opening 3 terminals, run on the first terminal the command `"./TCPChat <port>"` and on the second and third terminal run the command `"nc <host ip> <port>"`.
19+
##### Try opening 3 terminals, run on the first terminal the command `./TCPChat <port>` and on the second and third terminal run the command `nc <host ip> <port>`.
2020

2121
###### Do both clients connect to the server with success?
2222

0 commit comments

Comments
 (0)