From c5c5127c8da65814a0805c1cf04ca167ced2fff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Friedrich=20Gro=C3=9Fe?= Date: Thu, 30 May 2019 14:52:32 +0200 Subject: [PATCH] Fix small typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a2f2cc..8eae673 100644 --- a/README.md +++ b/README.md @@ -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 ./... ```