Skip to content

Commit

Permalink
Update README.md (#99)
Browse files Browse the repository at this point in the history
spelling upd
  • Loading branch information
filiurskyi authored Apr 22, 2024
1 parent 923533e commit b369914
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 @@ -65,7 +65,7 @@ Design
* World Context

Esper uses the concept of "World" contexts. When you first `import esper`, a default context is
active. You create Entities, assign Components, register Processesors, etc., by calling functions
active. You create Entities, assign Components, register Processors, etc., by calling functions
on the `esper` module. Entities, Components and Processors can be created, assigned, or deleted
while your game is running. A simple call to `esper.process()` is all that's needed for each
iteration of your game loop. Advanced users can switch contexts, which can be useful for
Expand Down

0 comments on commit b369914

Please sign in to comment.