examples: Fix README to use tag

This commit is contained in:
Hajime Hoshi 2016-12-16 17:02:16 +09:00 committed by GitHub
parent 15f7a605c5
commit 86966eb22f

View File

@ -2,5 +2,5 @@
```sh
:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples
:; go run rotate/main.go
:; go run -tags=example rotate/main.go
```