From 3c495f7c5feb07eb099a3bf0b65269803243c602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Wed, 6 Jun 2018 11:49:13 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40975f6..205052c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ you can find a working example to learn how to use the framework here: * http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-iv-dependency-inversion-principle/ * http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-v-drifting-away-from-ioc-containers/ -Note: I included the IoC articles just to show you how I shifted over the years from using an IoC container to use a ECS framework. +Note: I included the IoC articles just to show how I shifted over the years from using an IoC container to use an ECS framework and the rationale behind its adoption. **The perfect companion for Svelto.ECS is Svelto.Tasks to run the logic of the Systems even on other threads!**