Almost done 2.0.1.
This commit is contained in:
parent
e9d477aba3
commit
11282d17c8
14 changed files with 72 additions and 140 deletions
|
@ -39,7 +39,7 @@ Installation">
|
|||
|
||||
<h2>Installation</h2>
|
||||
|
||||
<p> LuaSocket 2.0 uses the new package proposal for Lua 5.1.
|
||||
<p> LuaSocket 2.0.1 uses the new package proposal for Lua 5.1.
|
||||
All Lua library developers are encouraged to update their libraries so that
|
||||
all libraries can coexist peacefully and users can benefit from the
|
||||
standardization and flexibility of the standard.
|
||||
|
@ -123,7 +123,7 @@ it should be easy to use LuaSocket. Just fire the interpreter and use the
|
|||
Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio
|
||||
> socket = require("socket")
|
||||
> print(socket._VERSION)
|
||||
--> LuaSocket 2.0
|
||||
--> LuaSocket 2.0.1
|
||||
</pre>
|
||||
|
||||
<p> Each module loads their dependencies automatically, so you only need to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue