From 95050f43e3247f8f4474fb06ba0eb4acc23035bc Mon Sep 17 00:00:00 2001 From: cgole Date: Tue, 4 Jun 2013 13:35:41 -0700 Subject: [PATCH] port number in console log was incorrect in example app --- example/colors/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');