aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2013-11-27 10:08:12 -0800
committerAlec Thomas <alec@swapoff.org>2013-11-27 10:08:12 -0800
commit92714459511725e9b638c7f2435d7f18f97600b1 (patch)
treee2813c28c79e5a18377ae84a53770d934e0ac8f8 /README.md
parent9eddc27fcd35289f68be45caaa53a47b8041c12a (diff)
parentd6c2377ef20db71b9e1417dfeb2242f171775569 (diff)
Merge pull request #18 from dustinfreeman/master
Fixed spelling in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 51b3544..d01efb5 100644
--- a/README.md
+++ b/README.md
@@ -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