From 6a4ea3c7742b5c0568c26f8f9d4a499cb05fe197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastiano=20Mandal=C3=A0?= Date: Thu, 12 Dec 2019 13:56:17 +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 634d9c5..bd518f6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Real ECS framework for c\#. Enables to write encapsulated, decoupled, maintainable, highly efficient, data oriented, cache friendly, multi-threaded (if used with Svelto.Tasks), code without pain. Although the framework is platform agnostic \(compatible with c\# 7 and .net standard 2.0\), it comes with several Unity extensions. -### note for unity developers: this version needs the support of the unity collections package to work. +### unity developers: this version needs the support of the unity collections package to compile ## Why using Svelto.ECS with Unity?