From 94b874233c4885d378b2f367c93af41ef123b93c Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Sat, 4 Jan 2025 14:35:08 +1100 Subject: [PATCH] Removed the unnecessary shell prompt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ddd4c2..de71d5e 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,5 @@ Valid options: If you have Go: ```shell -$ go install lmika.dev/cmd/send2gokapi@latest +go install lmika.dev/cmd/send2gokapi@latest ```