aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2013-10-14 16:30:23 -0400
committerAlec Thomas <alec@swapoff.org>2013-10-14 16:30:23 -0400
commit1c58dfa448856afb0d47741b9f516bfe288db400 (patch)
tree1e38ff12c83f43c256cbb168eecc0e6ae1847e49
parent1a2f8fbc64bd2fe47f7644f25fb769ec255c53bd (diff)
Dependencies in README.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b5addbb..51b3544 100644
--- a/README.md
+++ b/README.md
@@ -134,7 +134,7 @@ In the case where a component has dependencies on other components, a helper cla
eg. The following will also add `Position` and `Direction` components when a `Physics` component is added to an entity.
```c++
-#include "entityx/deps/Dependency.h"
+#include "entityx/deps/Dependencies.h"
system_manager->add<entityx::deps::Depdendency<Physics, Position, Direction>>();
```