Skip to content

Commit 3e981e3

Browse files
committed
Mention Lua Quick Reference is by Textadept creator
1 parent 366d13a commit 3e981e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ For more on the differences (particularly between `lanes` and `luaproc`), see th
343343

344344
### Books
345345
- [Programming in Lua](http://www.lua.org/pil/) - The authoritative intro to all aspects of Lua programming, written by Lua's chief architect. Three editions released; first edition available online.
346-
- [Lua Quick Reference](https://foicica.com/lua) - A quick reference book that contains a wealth of knowledge on how to program in and embed Lua, whether it is Lua 5.3, 5.2, or 5.1.
346+
- [Lua Quick Reference](https://foicica.com/lua) - A quick reference on how to program in and embed Lua 5.1 through 5.3, by the creator of Textadept.
347347
- [Programming Gems](http://www.lua.org/gems/) - A collection of articles covering existing wisdom and practices on programming well in Lua, in a broad variety of use cases.
348348
- [Lua Programming](https://en.wikibooks.org/wiki/Lua_Programming) - A shorter overview of the language, up to date for Lua 5.2, and available online.
349349

0 commit comments

Comments
 (0)