From 637f03b78e4a38f57c59015d42b11999ae94e8d1 Mon Sep 17 00:00:00 2001 From: Justin van der Leij Date: Sat, 7 Apr 2018 18:23:37 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bf1b8f..31ad491 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You will only need to call .init once. Below is a list of modules. More information about what each done can be found in the Wiki -``` +```lua local Concord = require("concord") local Entity = require("concord.entity") local Component = require("concord.component")