From: Dustin Freeman Date: Wed, 27 Nov 2013 16:56:26 +0000 (-0500) Subject: Fixed spelling in README.md X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=d6c2377ef20db71b9e1417dfeb2242f171775569;p=clyne%2Fentityx.git Fixed spelling in README.md Depdendency -> Dependency --- 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>(); +system_manager->add>(); ``` #### Implementation notes