From 4ff722cba2dc64f9c46d0ecadd4daa44d05282f7 Mon Sep 17 00:00:00 2001 From: PatchRequest <47796889+PatchRequest@users.noreply.github.com> Date: Thu, 13 Jun 2024 22:57:16 +0200 Subject: [PATCH] Remove $ from README Please let's remove the $ from the command in the README. When somebody clicks the copy button thye always copy the $ which prevents copy+paste into terminal. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9fa0ddb..00c5edd 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ But seriously, https://github.com/reorx/httpstat is the new hotness, and this is ## Installation `httpstat` requires Go 1.20 or later. ``` -$ go install github.com/davecheney/httpstat@latest +go install github.com/davecheney/httpstat@latest ``` ## Usage ``` -$ httpstat https://example.com/ +httpstat https://example.com/ ``` ## Features