Update name everywhere

This commit is contained in:
Rowan Manning
2013-09-24 17:47:10 +01:00
parent 3eff1599cb
commit 09126b4bcd
3 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ var config = require('./config/' + (process.env.NODE_ENV || 'development') + '.j
require('./app')(config, function (err, app) {
console.log('');
console.log(chalk.underline.magenta('pa11y-web started'));
console.log(chalk.underline.magenta('pa11y-dashboard started'));
console.log(chalk.grey('mode: %s'), process.env.NODE_ENV);
console.log(chalk.grey('uri: %s'), app.address);