port number in console log was incorrect in example app

This commit is contained in:
cgole 2013-06-04 13:35:41 -07:00
parent d53b995241
commit 95050f43e3
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ Color.create({name: 'blue'});
app.listen(3000); app.listen(3000);
console.log('a list of colors is available at http://localhost:300/colors'); console.log('a list of colors is available at http://localhost:3000/colors');