From c1dc8e261bda5db4f14a5bd7dd22c587a84e6f8a Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 10 Oct 2018 15:05:42 +0900 Subject: [PATCH] Updated Mobile (markdown) --- Mobile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mobile.md b/Mobile.md index 3da9865..77378d1 100644 --- a/Mobile.md +++ b/Mobile.md @@ -20,10 +20,10 @@ Simply run `gomobile build`. gomobile build github.com/yourname/yourgame ``` -If you want to run Ebiten examples that require `examples` build tags, run +If you want to run Ebiten examples that require `example` build tags, run ```sh -gomobile build -tags=examples github.com/hajimehoshi/ebiten/examples/paint +gomobile build -tags=example github.com/hajimehoshi/ebiten/examples/paint ``` `gomobile install` builds and installs a package to your Android device. If you want to build and install go-inovation on Android at the same time, run