From 693a201db6052310206ec69fbc940c013267d866 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Wed, 13 Apr 2005 22:18:28 +0000 Subject: [PATCH] Wrong namespace. --- doc/installation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:

 Lua 5.0.2  Copyright (C) 1994-2004 Tecgraf, PUC-Rio
 > http = require("socket.http")
-> print(http.get("http://www.tecgraf.puc-rio.br/luasocket"))
+> print(http.request("http://www.tecgraf.puc-rio.br/luasocket"))
 --> homepage gets dumped to terminal