diff options
author | Joseph Davies <deledrius@gmail.com> | 2019-09-20 15:42:17 -0700 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2019-10-02 16:45:05 +1000 |
commit | 36a7db62686730658273bfcfd15d3e9ba5595052 (patch) | |
tree | 634bdf75a6501b0242a9172dcdc647102e5bf4be | |
parent | 8262569ed32a0c3a21321967cd61e6be8a6a90fb (diff) |
Fix typo in introductory notice.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ [](https://travis-ci.org/alecthomas/entityx) [](https://ci.appveyor.com/project/alecthomas/entityx/branch/master) [](https://gitter.im/alecthomas/Lobby) -***NOTE: The current stable release 1.0.0 breaks backwards compataibility with < 1.0.0. See the [change log](CHANGES.md) for details.*** +***NOTE: The current stable release 1.0.0 breaks backward compatibility with < 1.0.0. See the [change log](CHANGES.md) for details.*** Entity Component Systems (ECS) are a form of decomposition that completely decouples entity logic and data from the entity "objects" themselves. The [Evolve your Hierarchy](http://cowboyprogramming.com/2007/01/05/evolve-your-heirachy/) article provides a solid overview of EC systems and why you should use them. |