aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2020-12-02 15:13:13 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2020-12-02 15:13:13 -0300
commitd9d2904f09a8039522dfd6f118d4e37bffd5bdf6 (patch)
tree76ff74360f1d2451bb4fd78be1d8093ccd61fc7e /README.md
parent65d2294454ab68d164154c7ce05caa50bd97d143 (diff)
downloadlua-d9d2904f09a8039522dfd6f118d4e37bffd5bdf6.tar.gz
lua-d9d2904f09a8039522dfd6f118d4e37bffd5bdf6.tar.bz2
lua-d9d2904f09a8039522dfd6f118d4e37bffd5bdf6.zip
Details
Names in the parser and other details that do not change actual code.
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 5893dc9a..5bc0ee77 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,6 @@
2 2
3This is the repository of Lua development code, as seen by the Lua team. It contains the full history of all commits but is mirrored irregularly. For complete information about Lua, visit [Lua.org](https://www.lua.org/). 3This is the repository of Lua development code, as seen by the Lua team. It contains the full history of all commits but is mirrored irregularly. For complete information about Lua, visit [Lua.org](https://www.lua.org/).
4 4
5Please **do not** send pull requests. To report issues and send patches, post a message to the [Lua mailing list](https://www.lua.org/lua-l.html). 5Please **do not** send pull requests. To report issues, post a message to the [Lua mailing list](https://www.lua.org/lua-l.html).
6 6
7Download official Lua releases from [Lua.org](https://www.lua.org/download.html). 7Download official Lua releases from [Lua.org](https://www.lua.org/download.html).