Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2016-08-25 15:14:59 +0300
committerMark Pulford <mark@kyne.com.au>2016-08-25 15:14:59 +0300
commit663998413b754396d609022bf070b13818a865a1 (patch)
treea889cf6f972c11348d3384c750d4846a4d349cce
parent98eb1d01e952fc60a36f47846f905b86c92a4f58 (diff)
Update manual
-rw-r--r--manual.adoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual.adoc b/manual.adoc
index 0667736..83303a3 100644
--- a/manual.adoc
+++ b/manual.adoc
@@ -1,6 +1,6 @@
= Lua CJSON 2.1devel Manual =
Mark Pulford <mark@kyne.com.au>
-:revdate: 1st March 2012
+:revdate: August 2016
Overview
--------
@@ -20,7 +20,7 @@ The Lua CJSON module provides JSON support for Lua.
Lua CJSON is covered by the MIT license. Review the file +LICENSE+ for
details.
-The latest version of this software is available from the
+The current stable version of this software is available from the
http://www.kyne.com.au/%7Emark/software/lua-cjson.php[Lua CJSON website].
Feel free to email me if you have any patches, suggestions, or comments.
@@ -29,8 +29,8 @@ Feel free to email me if you have any patches, suggestions, or comments.
Installation
------------
-Lua CJSON requires either http://www.lua.org[Lua] 5.1, Lua 5.2, or
-http://www.luajit.org[LuaJIT] to build.
+Lua CJSON requires either http://www.lua.org[Lua] 5.1, Lua 5.2, Lua 5.3,
+or http://www.luajit.org[LuaJIT] to build.
The build method can be selected from 4 options: