From 5d6c4ece044b54c11a1d316ffae85bfe4e502718 Mon Sep 17 00:00:00 2001 From: psychhim Date: Mon, 12 Jan 2026 21:29:07 +0530 Subject: [PATCH] Fix: README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa9cab4..761803d 100644 --- a/README.md +++ b/README.md @@ -27,16 +27,16 @@ 1. Clone this repository or download `upload.sh`: -git clone https://github.com/hyzendust/command_upload.git -cd upload.sh + git clone https://github.com/hyzendust/command_upload.git + cd upload.sh 2. Make the script executable: -chmod +x upload.sh + chmod +x upload.sh 3. Optionally, move it to a directory in your PATH for global access: -sudo mv upload.sh /usr/local/bin/upload + sudo mv upload.sh /usr/local/bin/upload ## Usage