Skip to content

Commit da37b55

Browse files
authored
Clean up tutorial text (#59)
Remove unused ecs import Fix strong tag in caption
1 parent c88c88e commit da37b55

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tutorials/_posts/2016-04-09-hello-world.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ package main
5353

5454
import (
5555
"github.com/EngoEngine/engo"
56-
"github.com/EngoEngine/ecs"
5756
)
5857

5958
type myScene struct {}
@@ -240,7 +239,7 @@ If run our game (`go run traffic.go`), the result should look something like thi
240239
<figure class="callout text-center">
241240
<a href="/img/tutorials/01/black.png" target="_blank">
242241
<img alt="City texture" src="/img/tutorials/01/black.png" style="height:200px">
243-
<figcaption>Our game so far, with the (default) black background</strong></figcaption>
242+
<figcaption><strong>Our game so far, with the (default) black background</strong></figcaption>
244243
</a>
245244
</figure>
246245

0 commit comments

Comments
 (0)