Updated Android (markdown)

Hajime Hoshi 2016-07-08 03:11:03 +09:00
parent ef0da0fd4d
commit f163dbf888

@ -13,7 +13,7 @@ You need to create a module for mobiles with `github.com/hajimehoshi/ebiten/mobi
For an actual example, see [`github.com/hajimehoshi/go-inovation/mobile/mobile.go`](https://github.com/hajimehoshi/go-inovation/blob/master/mobile/mobile.go).
```go
package mobile
package yourgame
import (
"github.com/hajimehoshi/ebiten/mobile"