Skip to content

Commit

Permalink
changed .gitignore to avoid vim backups. changed handbook to set hell…
Browse files Browse the repository at this point in the history
…o world server port to 3000 and added comment that server will re-map to 80
  • Loading branch information
mlybrand committed Jul 3, 2012
1 parent a685dae commit 5483416
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 @@ -99,7 +99,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 5483416

Please sign in to comment.