From c30b18f9a5c85d54b81bbcb625ff5027bf2737ab Mon Sep 17 00:00:00 2001 From: wfgomes Date: Wed, 12 Nov 2014 22:08:08 -0300 Subject: [PATCH] typo of port server typo of the console.log port server --- example/simple-data-source/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/simple-data-source/app.js b/example/simple-data-source/app.js index 08d6d94a..3964df77 100644 --- a/example/simple-data-source/app.js +++ b/example/simple-data-source/app.js @@ -20,4 +20,4 @@ Color.all(function () { 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');