diff --git a/README.md b/README.md index a695c74..cca51a9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Svelto.ECS is easy to start with, but full of tricks for expert users. The harde ```csharp public class SimpleContext { - public static ExclusiveGroup group0 = new ExclusiveGroup(); //the group where the entity will be built in + //the group where the entity will be built in + public static ExclusiveGroup group0 = new ExclusiveGroup(); public SimpleContext() {