From afd2dbb4069b662f47b32b834c26a20960aa634b Mon Sep 17 00:00:00 2001 From: SelfDevTv Date: Mon, 27 May 2024 22:05:31 +0200 Subject: [PATCH] added link to worlds between code blocks --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f6ab97f..b637c72 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,8 @@ print(Systems.systemName) -- Registers the loaded systems. Either with a for loop for automatic registering, or manually (you can choose the order) -- Create World first, also see: [Worlds](#worlds) +``` +```lua local myWorld = Concord.world() --for loop