aboutsummaryrefslogtreecommitdiff
path: root/doc/installation.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/installation.html')
-rw-r--r--doc/installation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/installation.html b/doc/installation.html
index fa1d96f..725db42 100644
--- a/doc/installation.html
+++ b/doc/installation.html
@@ -39,7 +39,7 @@ Installation">
39 39
40<h2>Installation</h2> 40<h2>Installation</h2>
41 41
42<p> LuaSocket 2.0 uses the new package proposal for Lua 5.1. 42<p> LuaSocket 2.0.1 uses the new package proposal for Lua 5.1.
43All Lua library developers are encouraged to update their libraries so that 43All Lua library developers are encouraged to update their libraries so that
44all libraries can coexist peacefully and users can benefit from the 44all libraries can coexist peacefully and users can benefit from the
45standardization and flexibility of the standard. 45standardization and flexibility of the standard.
@@ -123,7 +123,7 @@ it should be easy to use LuaSocket. Just fire the interpreter and use the
123Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio 123Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio
124&gt; socket = require("socket") 124&gt; socket = require("socket")
125&gt; print(socket._VERSION) 125&gt; print(socket._VERSION)
126--&gt; LuaSocket 2.0 126--&gt; LuaSocket 2.0.1
127</pre> 127</pre>
128 128
129<p> Each module loads their dependencies automatically, so you only need to 129<p> Each module loads their dependencies automatically, so you only need to