aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2023-05-06 17:18:42 -0500
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2023-05-06 17:18:42 -0500
commit14437275537c9b562f7a57e922306b17826de5b6 (patch)
tree0cd594dde27179a02fac77c3c06d511e43a6126c
parentcb2df7b62b6ce46f1303e5453fa569583284be5e (diff)
downloadgpt-chat-cli-14437275537c9b562f7a57e922306b17826de5b6.tar.xz
gpt-chat-cli-14437275537c9b562f7a57e922306b17826de5b6.zip
README.md typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7836acf..f7ad16d 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ open TCP sockets on a specific port. The command to list all open TCP sockets on
port 8080 is `sudo lsof -i :8080`
-[#] Can do do this with ss?
+[#] Can you do this with ss?
[gpt-3.5-turbo-0301] Yes, you can also use the `ss` (socket statistics) command to
list all open TCP sockets on port 8080. The command to list all open TCP sockets
on port 8080 using `ss` is `sudo ss -tlnp 'sport = :8080'`