Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
FEAT-595: update welcome message on init command (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
jricaldi authored Nov 28, 2019
1 parent 32cb49a commit 558e06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bst-init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const questions = [
program
.description("Setup example project and configuration")
.action(() => {
console.log(chalk.yellow("Welcome to the bespoken tools CLI."));
console.log(chalk.yellow("Welcome to the Bespoken CLI."));
console.log(chalk.yellow("We'll set up all you need for you to start testing your voice apps."));
console.log(chalk.yellow("Please tell us:"));
prompt(questions).then(answers => {
Expand Down

0 comments on commit 558e06b

Please sign in to comment.