diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-04-13 22:18:28 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-04-13 22:18:28 +0000 |
commit | 693a201db6052310206ec69fbc940c013267d866 (patch) | |
tree | e243fc805e06788dcae53056d8cb11d4ec540a25 /doc | |
parent | 5e75dc0857625fb9061660e07732e0f833e4a125 (diff) | |
download | luasocket-693a201db6052310206ec69fbc940c013267d866.tar.gz luasocket-693a201db6052310206ec69fbc940c013267d866.tar.bz2 luasocket-693a201db6052310206ec69fbc940c013267d866.zip |
Wrong namespace.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/installation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.html b/doc/installation.html index 96f55d1..59815fa 100644 --- a/doc/installation.html +++ b/doc/installation.html | |||
@@ -130,7 +130,7 @@ load the modues you directly depend upon: <p> | |||
130 | <pre class=example> | 130 | <pre class=example> |
131 | Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio | 131 | Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio |
132 | > http = require("socket.http") | 132 | > http = require("socket.http") |
133 | > print(http.get("http://www.tecgraf.puc-rio.br/luasocket")) | 133 | > print(http.request("http://www.tecgraf.puc-rio.br/luasocket")) |
134 | --> homepage gets dumped to terminal | 134 | --> homepage gets dumped to terminal |
135 | </pre> | 135 | </pre> |
136 | 136 | ||