diff --git a/doc/index.html b/doc/index.html index a9a8546bd64..9368d5f5a52 100644 --- a/doc/index.html +++ b/doc/index.html @@ -89,7 +89,9 @@ http.createServer(function (req, res) { }).listen(1337, '127.0.0.1'); console.log('Server running at http://127.0.0.1:1337/'); -
To run the server, put the code into a file example.js
and execute it with the node
program:
To run the server, put the code into a file
+ example.js
and execute it with the
+ node
program from the command line:
% node example.js Server running at http://127.0.0.1:1337/