Fix small typo in README.md

This commit is contained in:
Friedrich Große 2019-05-30 14:52:32 +02:00
parent 109cb03fae
commit c5c5127c8d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ go get github.com/faiface/pixel
If you are using Modules (Go 1.11 or higher) and want a mutable copy of the source code:
```
git clone https://github.com/faiface/pixel ;# clone outside of GOPATH
git clone https://github.com/faiface/pixel # clone outside of $GOPATH
cd pixel
go install ./...
```