We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85dac1 commit 437bc8dCopy full SHA for 437bc8d
src/commands/init.js
@@ -37,7 +37,7 @@ const userConfig = {
37
38
const showInstructions = kickStart => {
39
console.log();
40
- console.log(chalk.green.bold(' Perform the following:-'));
+ console.log(chalk.green.bold(' Perform the following steps:-'));
41
42
console.log(chalk.cyan.bold(' 1. cd teachcode-solutions'));
43
0 commit comments