From 900bb69c7ff4fc4a16ec46c20e45992a46ab3ab7 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Mon, 19 Feb 2024 00:18:17 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9f00f6..a496ed4 100644 --- a/README.md +++ b/README.md @@ -1071,7 +1071,7 @@ gs-netcat >"FILENAME" # When prompted, enter the SECRET from the sender #### Download from Server to Receiver: ```sh ## Spawn a temporary HTTP server and share the current working directory. -python -m http.server 8080 +python -m http.server 8080 # --bind 127.0.0.1 ``` ```sh