Skip to content

Commit

Permalink
Merge pull request #2 from rocjs/fix/better-completion-message
Browse files Browse the repository at this point in the history
Update roc.setup.js
  • Loading branch information
dlmr committed Apr 6, 2016
2 parents 1267f61 + 76fa05d commit ce08ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roc.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')}.`
}

0 comments on commit ce08ab0

Please sign in to comment.