From cf652b82a37d5e68ebd54fd00ed3b3ccbfe2a869 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 31 Oct 2009 20:26:03 +0100 Subject: [PATCH] Update webpage with new module api --- doc/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.html b/doc/index.html index 3380ff1..3e51f39 100644 --- a/doc/index.html +++ b/doc/index.html @@ -69,7 +69,7 @@ Server running at http://127.0.0.1:8000/

-var tcp = require("/tcp.js");
+var tcp = require('tcp');
 var server = tcp.createServer(function (socket) {
   socket.setEncoding("utf8");
   socket.addListener("connect", function () {
-- 
2.7.4