Update webpage with new module api

pull/22966/head
Ryan Dahl 2009-10-31 20:26:03 +01:00
parent d582599c14
commit cf652b82a3
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ Server running at http://127.0.0.1:8000/</pre>
</p>
<pre>
var tcp = require("/tcp.js");
var tcp = require('tcp');
var server = tcp.createServer(function (socket) {
socket.setEncoding("utf8");
socket.addListener("connect", function () {