From 307f169c5f6c2a124d321b114deca50219e5dc0d Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Tue, 12 Nov 2013 16:32:21 +0200 Subject: [PATCH] share/README: Add an URL to "Lua Unofficial FAQ (uFAQ)" Signed-off-by: Toni Gundogdu --- share/README | 1 + 1 file changed, 1 insertion(+) diff --git a/share/README b/share/README index 8a776c7..393a889 100644 --- a/share/README +++ b/share/README @@ -14,6 +14,7 @@ If you are new to Lua: http://www.lua.org/pil/contents.html -- Programming in Lua (1st ed.) (http://www.lua.org/pil/contents.html#20) -- String={patterns, captures} http://lua-users.org/wiki/ -- lua-users wiki + http://www.luafaq.org/ -- Lua Unofficial FAQ (uFAQ) http://lua.org/ -- Lua home Additionally, the following 3rd party Lua modules can also be used: -- 2.11.4.GIT