Skip to content
This repository was archived by the owner on Mar 30, 2021. It is now read-only.

Commit e3b5be1

Browse files
committed
Changed message
1 parent 158b685 commit e3b5be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = class extends Generator {
3535
{
3636
type: "input",
3737
name: "start",
38-
message: "Press any key to get going!",
38+
message: "Press Enter key to get going!",
3939
validate: () => validators.storeArg(this.options.projectDirectory)
4040
},
4141
{

0 commit comments

Comments
 (0)