summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 27da716..139b281 100644
--- a/README.md
+++ b/README.md
@@ -66,9 +66,8 @@ end
function RL.draw()
RL.ClearBackground( RL.RAYWHITE )
- RL.DrawText( text, textPos, textSize, textColor )
+ RL.DrawText( text, textPos, textSize, textColor )
end
-
```
Application folder structure should be...