Skip to content

Commit

Permalink
remove extraneous linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Dahl committed Oct 31, 2021
1 parent fb71908 commit 6bc2819
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ const Dead = () => ({}); // Tag component (doesn't contain any actual data)
const world = World({})
.register(Name)
.register(Position)
.register(Dead)
;
.register(Dead);

const mario = world
.entity()
Expand Down

0 comments on commit 6bc2819

Please sign in to comment.