diff --git a/index.js b/index.js index db54375..9b7c197 100644 --- a/index.js +++ b/index.js @@ -9,5 +9,5 @@ app.get('/', function(request, response) { }); app.listen(app.get('port'), function() { - console.log("Node app is running at localhost:" + app.get('port')); + console.log('Node app is running on port', app.get('port')); });