From fca466b68f634423f0b3cbd134a11db066a84342 Mon Sep 17 00:00:00 2001 From: psychhim Date: Fri, 5 Dec 2025 02:35:31 +0530 Subject: [PATCH] Fix: README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28bdadf..12d76e7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Upload.sh – A command-line file uploader +# Upload.sh – a command-line file uploader **Upload.sh** is a versatile Bash program to upload files to a server via HTTP POST, track uploaded files, and manage their status, delete a file from server if the server supports it. It supports additional headers and form fields, clipboard copying, colored output, and maintains a history of uploads with active/expired status checks.