typo of port server

typo of the console.log port server
This commit is contained in:
wfgomes 2014-11-12 22:08:08 -03:00
parent 4474f8b029
commit c30b18f9a5
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ Color.all(function () {
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');