Change capitalization

This commit is contained in:
pablomalo 2022-06-08 15:43:03 +02:00 committed by GitHub
parent 5b433be851
commit 7d0758f7ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -50,11 +50,11 @@ Installing
Alternatively, you may use [go][] if is installed on your system.
For Go up to version v1.17:
For go up to version v1.17:
```sh
go get -u github.com/cheat/cheat/cmd/cheat
```
For Go as of version 1.17:
For go as of version 1.17:
```sh
go install github.com/cheat/cheat/cmd/cheat@latest
```