]> code.bitgloo.com Git - clyne/entityx.git/commitdiff
Dependencies in README.
authorAlec Thomas <alec@swapoff.org>
Mon, 14 Oct 2013 20:30:23 +0000 (16:30 -0400)
committerAlec Thomas <alec@swapoff.org>
Mon, 14 Oct 2013 20:30:23 +0000 (16:30 -0400)
README.md

index b5addbb9ad61088562d06d8fe30d025b7b74c8b8..51b3544138b9350975b6a3212fef0795e8f8660a 100644 (file)
--- 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>>();
 ```