Merge pull request #492 from felixmosh/fix-doc-typo

Align port number
This commit is contained in:
cytopia 2019-02-03 19:28:33 +01:00 committed by GitHub
commit d67b8c1ea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,8 +113,8 @@ The vhost directory defines the name under which your project will be available.
response.end("Hello World\n");
});
// Listen on port 3000
server.listen(3000);
// Listen on port 4000
server.listen(4000);
4. Create *virtual* docroot directory
-------------------------------------