aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilipp Janda <siffiejoe@gmx.net>2020-07-08 20:25:09 +0200
committerPhilipp Janda <siffiejoe@gmx.net>2020-07-08 20:25:09 +0200
commit931652ad9ef34c99e53007de9f92bfd5a397a219 (patch)
treeaf2332578152b1ec65b3867e87c04ab2190734ad /README.md
parenta1735f6e6bd17588fcaf98720f0548c4caa23b34 (diff)
downloadlua-compat-5.3-931652ad9ef34c99e53007de9f92bfd5a397a219.tar.gz
lua-compat-5.3-931652ad9ef34c99e53007de9f92bfd5a397a219.tar.bz2
lua-compat-5.3-931652ad9ef34c99e53007de9f92bfd5a397a219.zip
Make it usable on Lua 5.4v0.8
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