diff options
author | Alec Thomas <alec@swapoff.org> | 2013-11-27 10:08:12 -0800 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2013-11-27 10:08:12 -0800 |
commit | 92714459511725e9b638c7f2435d7f18f97600b1 (patch) | |
tree | e2813c28c79e5a18377ae84a53770d934e0ac8f8 /README.md | |
parent | 9eddc27fcd35289f68be45caaa53a47b8041c12a (diff) | |
parent | d6c2377ef20db71b9e1417dfeb2242f171775569 (diff) |
Merge pull request #18 from dustinfreeman/master
Fixed spelling in README.md
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 |