*MOD* Fallback: Added updates to readme to reflect new fallback options, adjusted output text.

This commit is contained in:
Chris
2015-05-13 09:15:27 +02:00
parent 6b22f18bfc
commit 15fde19fa2
2 changed files with 29 additions and 16 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ ReactWebpackGenerator.prototype.askForComponentSuffix = function() {
this.prompt({
type: 'list',
name: 'componentSuffix',
message: 'Which file suffix do you want to use for actions?',
message: 'Which file suffix do you want to use for components?',
choices: [
{ name: '.js (default)', value: 'js' },
{ name: '.jsx (deprecated)', value: 'jsx' }