aboutsummaryrefslogtreecommitdiff
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 4db06a7..0fcd657 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ require("compat53")
35a meaningful return value, so the usual idiom of storing the return of 35a meaningful return value, so the usual idiom of storing the return of
36`require` in a local variable makes no sense. 36`require` in a local variable makes no sense.
37 37
38When run under Lua 5.3, this module does nothing. 38When run under Lua 5.3+, this module does nothing.
39 39
40When run under Lua 5.2 or 5.1, it replaces some of your standard 40When run under Lua 5.2 or 5.1, it replaces some of your standard
41functions and adds new ones to bring your environment closer to that 41functions and adds new ones to bring your environment closer to that