diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-01-12 06:27:58 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-01-12 06:27:58 +0000 |
commit | 5a7a23a7ef96abf19394991006f3ca2835c0152c (patch) | |
tree | 22a16a925dd3ad90ad1190ff08030404a43bcec7 | |
parent | fd3cb870d31749f1c8254c964c19e76956e58916 (diff) | |
download | luasocket-5a7a23a7ef96abf19394991006f3ca2835c0152c.tar.gz luasocket-5a7a23a7ef96abf19394991006f3ca2835c0152c.tar.bz2 luasocket-5a7a23a7ef96abf19394991006f3ca2835c0152c.zip |
Stupid bug.
-rw-r--r-- | doc/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index 69a8a68..23bda72 100644 --- a/doc/index.html +++ b/doc/index.html | |||
@@ -141,7 +141,7 @@ do the following: | |||
141 | <pre class=example> | 141 | <pre class=example> |
142 | c:\luasocket\> lua | 142 | c:\luasocket\> lua |
143 | Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio | 143 | Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio |
144 | > http = require"http" | 144 | > http = require"socket.http" |
145 | > print(http.request"http://www.tecgraf.puc-rio.br/luasocket/") | 145 | > print(http.request"http://www.tecgraf.puc-rio.br/luasocket/") |
146 | --> the source to this web page gets dumped to terminal | 146 | --> the source to this web page gets dumped to terminal |
147 | </pre> | 147 | </pre> |