Skip to content

Commit

Permalink
Merge pull request #176 from PatchRequest/patch-1
Browse files Browse the repository at this point in the history
Remove $ from README
  • Loading branch information
davecheney committed Jun 13, 2024
2 parents 2e07844 + 4ff722c commit 930bf5a
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 930bf5a

Please sign in to comment.