diff --git a/roc.setup.js b/roc.setup.js index 1c79b87..1b4fa6c 100755 --- a/roc.setup.js +++ b/roc.setup.js @@ -18,5 +18,5 @@ module.exports = { prompt: prompt, completionMessage: `Start in development mode by running ${chalk.bold('roc dev')}.\n` + `It will open your default browser when ready.\n` + - `You can change this by setting ${chalk.underline('dev.open')} to ${chalk.underline('false')} in ${chalk.underline('roc.config.js')}.` + `You can change this by setting ${chalk.underline('dev.browsersync.open')} to ${chalk.underline('false')} in ${chalk.underline('roc.config.js')}.` }