From 1969ca4d59272f60eec81fe2ebc9ccbe8b98a958 Mon Sep 17 00:00:00 2001 From: Abdelilah SADIQUI <143453064+sadiqui@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:02:27 +0100 Subject: [PATCH] Update README.md --- subjects/net-cat/audit/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subjects/net-cat/audit/README.md b/subjects/net-cat/audit/README.md index e57da2840..489ecdc42 100644 --- a/subjects/net-cat/audit/README.md +++ b/subjects/net-cat/audit/README.md @@ -1,10 +1,10 @@ #### Functional -##### Try running `"./TCPChat"`. +##### Try running `./TCPChat`. ###### Is the server listening for connections on the default port? -##### Try running `"./TCPChat" 2525 localhost`. +##### Try running `./TCPChat 2525 localhost`. ``` [USAGE]: ./TCPChat $port @@ -12,11 +12,11 @@ ###### Did the server respond with usage, as above? -##### Try running `"./TCPChat 2525"`. +##### Try running `./TCPChat 2525`. ###### Is the server listening for connections on the port 2525? -##### Try opening 3 terminals, run on the first terminal the command `"./TCPChat "` and on the second and third terminal run the command `"nc "`. +##### Try opening 3 terminals, run on the first terminal the command `./TCPChat ` and on the second and third terminal run the command `nc `. ###### Do both clients connect to the server with success?