mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Bug fix: example -> examples in doc
This commit is contained in:
parent
707c5d9657
commit
2d9fcf88ae
4
_docs/.gitignore
vendored
4
_docs/.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
public/example/*.js
|
||||
public/example/*.js.map
|
||||
public/examples/*.js
|
||||
public/examples/*.js.map
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user