aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index f118f32..b849b92 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
1Lua CJSON v1.0.2 1Lua CJSON v1.0.3
2================ 2================
3 3
4Lua CJSON is covered by the MIT license. See the file "LICENSE" for 4Lua CJSON is covered by the MIT license. See the file "LICENSE" for
@@ -58,7 +58,7 @@ RPM
58Linux distributions using RPM should be able to build a package with 58Linux distributions using RPM should be able to build a package with
59the following command: 59the following command:
60 60
61 # rpmbuild -tb lua-cjson-1.0.2.tar.gz 61 # rpmbuild -tb lua-cjson-1.0.3.tar.gz
62 62
63 63
64LuaRocks 64LuaRocks
@@ -66,7 +66,7 @@ LuaRocks
66 66
67Extract the source package into a directory and run: 67Extract the source package into a directory and run:
68 68
69 # cd lua-cjson-1.0.2; luarocks make 69 # cd lua-cjson-1.0.3; luarocks make
70 70
71 71
72Lua CJSON API 72Lua CJSON API