]> code.bitgloo.com Git - clyne/entityx.git/commitdiff
Fixed spelling in README.md
authorDustin Freeman <dustin.freeman@gmail.com>
Wed, 27 Nov 2013 16:56:26 +0000 (11:56 -0500)
committerDustin Freeman <dustin.freeman@gmail.com>
Wed, 27 Nov 2013 16:56:26 +0000 (11:56 -0500)
Depdendency -> Dependency

README.md

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