From fba7b0a7b6a68ed514329c51035b01f6f631b6ac Mon Sep 17 00:00:00 2001 From: Alexandru Vladutu Date: Mon, 12 Oct 2015 17:03:33 +0300 Subject: [PATCH] minor examples improvement --- examples/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/index.js b/examples/index.js index 7fe9b59..fd27975 100644 --- a/examples/index.js +++ b/examples/index.js @@ -16,3 +16,4 @@ app.use(function(req, res, next) { app.use(errorHandler); app.listen(7777); +console.log('Awesome, now open %s in the browser for a demo!', 'http://localhost:7777')