Wrong namespace.

This commit is contained in:
Diego Nehab 2005-04-13 22:18:28 +00:00
parent 5e75dc0857
commit 693a201db6

View File

@ -130,7 +130,7 @@ load the modues you directly depend upon: <p>
<pre class=example>
Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio
&gt; http = require("socket.http")
&gt; print(http.get("http://www.tecgraf.puc-rio.br/luasocket"))
&gt; print(http.request("http://www.tecgraf.puc-rio.br/luasocket"))
--&gt; homepage gets dumped to terminal
</pre>