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