Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit e44163a

Browse files
jfdncryan-roemer
authored andcommitted
semicolon removal (#62)
Removed semicolon from example, it causes causes compilation error. Minor spacing fix also.
1 parent 4e156ce commit e44163a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ render() {
7272
<Loop>
7373
<Stage>
7474
<World>
75-
<Body args={[0,0,75,75]} ref={(b) => this.body = b.body; }>
75+
<Body args={[0,0,75,75]} ref={ (b) => this.body = b.body }>
7676
// Sprites go here
7777
</Body>
7878
</World>

0 commit comments

Comments
 (0)