Skip to content

Commit

Permalink
Merge pull request #1 from divyanshuParihar265/divyanshuParihar265-pa…
Browse files Browse the repository at this point in the history
…tch-1

added better message description
  • Loading branch information
divyanshu-parihar authored Jul 19, 2021
2 parents 1d6fa74 + 2ad3460 commit a9e5c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const configFolderPath = path.resolve(__dirname, 'config');
const { framework } = await inquirer.prompt([
{
type: "list",
message: "Pick the framework you're using:",
message: "Pick the technology you're using:",
name: "framework",
choices: Object.keys(configFiles),
}
Expand Down

0 comments on commit a9e5c0a

Please # to comment.