diff --git a/website/index.html b/website/index.html index 965da7a4d3a..02c8d9ed6c0 100644 --- a/website/index.html +++ b/website/index.html @@ -41,7 +41,7 @@
-new node.http.Server(function (req, res) { +node.http.createServer(function (req, res) { setTimeout(function () { res.sendHeader(200, [["Content-Type", "text/plain"]]); res.sendBody("Hello World");