Skip to content

Commit 930bf5a

Browse files
authored
Merge pull request #176 from PatchRequest/patch-1
Remove $ from README
2 parents 2e07844 + 4ff722c commit 930bf5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ But seriously, https://github.com/reorx/httpstat is the new hotness, and this is
99
## Installation
1010
`httpstat` requires Go 1.20 or later.
1111
```
12-
$ go install github.com/davecheney/httpstat@latest
12+
go install github.com/davecheney/httpstat@latest
1313
```
1414

1515
## Usage
1616
```
17-
$ httpstat https://example.com/
17+
httpstat https://example.com/
1818
```
1919
## Features
2020

0 commit comments

Comments
 (0)