fix example on website

v0.7.4-release
Ryan 2009-06-30 15:56:52 +02:00
parent 813b53938b
commit 0640517a91
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
</p>
<pre>
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");