diff --git a/example/colors/app.js b/example/colors/app.js index e46a8ffa..5572b2e2 100644 --- a/example/colors/app.js +++ b/example/colors/app.js @@ -19,4 +19,4 @@ Color.create({name: 'blue'}); app.listen(3000); -console.log('a list of colors is available at http://localhost:300/colors'); \ No newline at end of file +console.log('a list of colors is available at http://localhost:3000/colors');