diff --git a/README.md b/README.md index 562b210..2030e27 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Svelto Entity Component System for Unity ===================================== +Real Entity-Component-System for c# and Unity (it can be adapted for other c# platforms too). Enables to write encapsulated, uncoupled, highly efficient, data oriented, cache friendly, multi-threaded, code without pain. + you can find a working example to learn how to use the framework here: https://github.com/sebas77/Svelto-ECS-Example