Skip to content

Commit

Permalink
Changing startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
Krylik committed Nov 6, 2013
1 parent fea40d1 commit 2501088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ var routes = require('./routes')({
* Start Express Server
*/
app.listen(app.get('port'), function(){
console.log('Supervisor Web launched on port ' + app.get('port'));
console.log('Nodervisor launched on port ' + app.get('port'));
});

0 comments on commit 2501088

Please sign in to comment.