summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2fc5fe1..5f7cdc7 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Application needs 'main.lua' or 'main' file as entry point. ReiLua executable wi
Example of basic "main.lua" file that will show basic windows with text.
-```
+```Lua
local textColor = RL.BLACK
local textPos = { 192, 200 }