Skip to content

Commit

Permalink
doc: remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
andygeiss authored Aug 18, 2024
1 parent 43f6f0f commit 45aea77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Now we can add the following lines to `main.go`:
```go
em := ecs.NewEntityManager()
em.Add(ecs.NewEntity("player", []core.Component{ // <--
components.NewPosition().
components.NewPosition().
WithX(10).
WithY(10),
components.NewVelocity().
Expand Down

0 comments on commit 45aea77

Please sign in to comment.