diff --git a/examples/README.md b/examples/README.md index 8ee78f387..4277ae370 100644 --- a/examples/README.md +++ b/examples/README.md @@ -19,5 +19,5 @@ and access `http://127.0.0.1:8080/github.com/hajimehoshi/ebiten/examples`. Install [gomobile](https://godoc.org/golang.org/x/mobile/cmd/gomobile) first. ```sh -gomobile install -tags="gomobilebuild example" github.com/hajimehoshi/ebiten/examples/rotate +gomobile install -tags=example github.com/hajimehoshi/ebiten/examples/rotate ```