Fix small typo in README.md
This commit is contained in:
parent
109cb03fae
commit
c5c5127c8d
|
@ -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:
|
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
|
cd pixel
|
||||||
go install ./...
|
go install ./...
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue