From 558e06b4f084128c8f830b48a8ed33d58ae5f35b Mon Sep 17 00:00:00 2001 From: Jorge Ricaldi Date: Thu, 28 Nov 2019 16:39:06 -0500 Subject: [PATCH] FEAT-595: update welcome message on init command (#619) --- bin/bst-init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bst-init.ts b/bin/bst-init.ts index ed469457..193c9c27 100644 --- a/bin/bst-init.ts +++ b/bin/bst-init.ts @@ -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 => {