Merge pull request #795 from wfgomes/patch-1

typo of port server
This commit is contained in:
Raymond Feng 2014-11-13 09:28:52 -08:00
commit b0fc88b333
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');