From af1316d325c4f44c216a126fa701c5ea5db69b36 Mon Sep 17 00:00:00 2001 From: Jake Coffman Date: Tue, 25 Jul 2017 19:33:14 -0500 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 1592919..8bc6e70 100644 --- a/Installation.md +++ b/Installation.md @@ -11,7 +11,7 @@ go get github.com/gopherjs/gopherjs go get github.com/gopherjs/webgl ``` -If you want to recompile every time when you run your game, you can install them. +If you don't want to recompile every time when you run your game, you can install them. ```sh go install github.com/hajimehoshi/ebiten/...