Bug fix: example -> examples in doc

This commit is contained in:
Hajime Hoshi 2016-02-13 23:02:54 +09:00
parent 707c5d9657
commit 2d9fcf88ae
3 changed files with 4 additions and 4 deletions

4
_docs/.gitignore vendored
View File

@ -1,2 +1,2 @@
public/example/*.js
public/example/*.js.map
public/examples/*.js
public/examples/*.js.map

View File

@ -59,7 +59,7 @@ pre {
:; go get github.com/gopherjs/webgl</code></pre>
<h2>Execute the example</h2>
<pre><code>:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/example
<pre><code>:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples
:; go run rotate/main.go</code></pre>
<h2>Run your game on a desktop</h2>

View File

@ -87,7 +87,7 @@ pre {
:; go get github.com/gopherjs/webgl</code></pre>
<h2>Execute the example</h2>
<pre><code>:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/example
<pre><code>:; cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples
:; go run rotate/main.go</code></pre>
<h2>Run your game on a desktop</h2>