From 5a7a23a7ef96abf19394991006f3ca2835c0152c Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Wed, 12 Jan 2005 06:27:58 +0000 Subject: [PATCH] Stupid bug. --- doc/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:
 c:\luasocket\> lua
 Lua 5.0.2  Copyright (C) 1994-2004 Tecgraf, PUC-Rio
-> http = require"http"
+> http = require"socket.http"
 > print(http.request"http://www.tecgraf.puc-rio.br/luasocket/")
 --> the source to this web page gets dumped to terminal