From c38731301642e1374874735d28758e8a4dc4252c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Mon, 26 Feb 2018 09:33:11 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 252a061..b3f0812 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ you can find a working example to learn how to use the framework here: * **Survival Example (Unity)**: https://github.com/sebas77/Svelto-ECS-Example (including article) * **Vanilla Example (.Net Standard/.Net Core)**: https://github.com/sebas77/Svelto.ECS.Examples.Vanilla (including article) -* **Entities as struct, cache friendly date oriented code:** https://github.com/sebas77/Svelto.ECS.Examples.CacheFriendlyECSWithEntityStructs (including article) +* **Entities as struct, cache friendly data oriented code:** https://github.com/sebas77/Svelto.ECS.Examples.CacheFriendlyECSWithEntityStructs (including article) ## Articles