aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/index.html2
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>
142c:\luasocket\&gt; lua 142c:\luasocket\&gt; lua
143Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio 143Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio
144&gt; http = require"http" 144&gt; http = require"socket.http"
145&gt; print(http.request"http://www.tecgraf.puc-rio.br/luasocket/") 145&gt; print(http.request"http://www.tecgraf.puc-rio.br/luasocket/")
146--&gt; the source to this web page gets dumped to terminal 146--&gt; the source to this web page gets dumped to terminal
147</pre> 147</pre>