aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDustin Freeman <dustin.freeman@gmail.com>2013-11-27 11:56:26 -0500
committerDustin Freeman <dustin.freeman@gmail.com>2013-11-27 11:56:26 -0500
commitd6c2377ef20db71b9e1417dfeb2242f171775569 (patch)
treee2813c28c79e5a18377ae84a53770d934e0ac8f8
parent9eddc27fcd35289f68be45caaa53a47b8041c12a (diff)
Fixed spelling in README.md
Depdendency -> Dependency
-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