Skip to content

Commit

Permalink
blueprints/init: Simplify "Get started" message (#8882)
Browse files Browse the repository at this point in the history
blueprints/init: Simplify "Get started" message
  • Loading branch information
rwjblue committed Oct 10, 2019
2 parents 18df651 + dda0bd5 commit 5f24e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/init.js
Expand Up @@ -112,7 +112,7 @@ module.exports = Command.extend({

this.ui.writeLine('');
this.ui.writeLine(prependEmoji('🎉', `Successfully created project ${chalk.yellow(projectName)}.`));
this.ui.writeLine(prependEmoji('👉 ', 'We suggest you that you get started by typing:'));
this.ui.writeLine(prependEmoji('👉 ', 'Get started by typing:'));
this.ui.writeLine('');
const command = `cd ${projectName}`;
this.ui.writeLine(` ${chalk.gray('$')} ${chalk.cyan(command)}`);
Expand Down

0 comments on commit 5f24e91

Please sign in to comment.