aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2246804..4e6d20f 100644
--- a/README.md
+++ b/README.md
@@ -137,7 +137,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
@@ -342,4 +342,4 @@ make
make install
```
-EntityX has currently only been tested on Mac OSX (Lion and Mountain Lion), and Linux Debian 12.04. Reports and patches for builds on other platforms are welcome. \ No newline at end of file
+EntityX has currently only been tested on Mac OSX (Lion and Mountain Lion), and Linux Debian 12.04. Reports and patches for builds on other platforms are welcome.