diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ eg. The following will also add `Position` and `Direction` components when a `Ph ```c++ #include "entityx/deps/Dependencies.h" -system_manager->add<entityx::deps::Depdendency<Physics, Position, Direction>>(); +system_manager->add<entityx::deps::Dependency<Physics, Position, Direction>>(); ``` #### Implementation notes |