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

Commit 4785052

Browse files
authored
Merge pull request #7 from Nikhil-Vats/project_message_branch
Updated message for project name
2 parents 3cae2a9 + c0acccc commit 4785052

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
@@ -32,7 +32,7 @@ module.exports = class extends Generator {
3232
type: "input",
3333
name: "toolNameHuman",
3434
message:
35-
'Thanks! Now, give me a human name for the project - e.g. "Genome Browser"',
35+
'Thanks! Now, give me a human name for the project with only letters and NO special characters. e.g. "Genome Browser"',
3636
default: "BioJS component"
3737
}
3838
];

0 commit comments

Comments
 (0)