From 3f50e024a27e6f6e05a19f1fb9bcbfb08f649fb8 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 8 Jun 2018 00:58:03 +0900 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 0f8ae17..f3e14d7 100644 --- a/Installation.md +++ b/Installation.md @@ -8,7 +8,7 @@ If you want to run your game on a web browser, execute this: ```sh go get github.com/gopherjs/gopherjs -go get github.com/hajimehoshi/gopherwasm +go get github.com/hajimehoshi/gopherwasm/js ``` If you don't want to recompile every time when you run your game, you can install them.