From 51ab0a44cf4f3f018e06c5865de61571a6e85ab0 Mon Sep 17 00:00:00 2001 From: RealityStop <33366270+RealityStop@users.noreply.github.com> Date: Sun, 20 Jun 2021 19:54:09 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cade7a..128e2e7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Based on the standard integration for LeoEcsLite (https://github.com/Leopotam/ec ``` Then, using the extension methods, the user can manually name entities: -``` +```cs //naming on creation _gameWorld.NewEntity("Flagship");