Skip to content

Commit 6639984

Browse files
committed
Update manual
1 parent 98eb1d0 commit 6639984

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manual.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Lua CJSON 2.1devel Manual =
22
Mark Pulford <mark@kyne.com.au>
3-
:revdate: 1st March 2012
3+
:revdate: August 2016
44

55
Overview
66
--------
@@ -20,7 +20,7 @@ The Lua CJSON module provides JSON support for Lua.
2020
Lua CJSON is covered by the MIT license. Review the file +LICENSE+ for
2121
details.
2222

23-
The latest version of this software is available from the
23+
The current stable version of this software is available from the
2424
http://www.kyne.com.au/%7Emark/software/lua-cjson.php[Lua CJSON website].
2525

2626
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.
2929
Installation
3030
------------
3131

32-
Lua CJSON requires either http://www.lua.org[Lua] 5.1, Lua 5.2, or
33-
http://www.luajit.org[LuaJIT] to build.
32+
Lua CJSON requires either http://www.lua.org[Lua] 5.1, Lua 5.2, Lua 5.3,
33+
or http://www.luajit.org[LuaJIT] to build.
3434

3535
The build method can be selected from 4 options:
3636

0 commit comments

Comments
 (0)