Skip to content

Commit

Permalink
Remove $ from README
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
PatchRequest authored Jun 13, 2024
1 parent 2e07844 commit 4ff722c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4ff722c

Please sign in to comment.