Skip to content

Commit

Permalink
Merge pull request #31 from mlybrand/master
Browse files Browse the repository at this point in the history
Updating handbook to not use privileged ports.
  • Loading branch information
blakmatrix committed Aug 17, 2012
2 parents 8d0ff67 + 5483416 commit 9c5a83a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
@@ -1 +1,3 @@
.DS_Store
.DS_Store

*~
2 changes: 1 addition & 1 deletion ReadMe.md
Expand Up @@ -113,7 +113,7 @@ this file, write the following code:
// close the response
res.end();
}).listen(80); // the server will listen on port 80
}).listen(3000); // the server will remap the port to 80



Expand Down

0 comments on commit 9c5a83a

Please sign in to comment.