From 90027edd8202adcb4f481e68d64c0bc46a77f74f Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 5 Mar 2019 00:04:18 +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 33b1946..c39026c 100644 --- a/Installation.md +++ b/Installation.md @@ -58,5 +58,5 @@ go run -tags=example ./examples/rotate mkdir test go mod init example.com/m go get github.com/hajimehoshi/ebiten -go run -tags=example github.com/hajimehoshi/ebiten/rotate/main.go +go run -tags=example github.com/hajimehoshi/ebiten/rotate ```