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 ```