Skip to content

Commit 3fac216

Browse files
committed
Update Readme
1 parent 5a9b798 commit 3fac216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Currently supported options are:
9797
`includeStories` | Default flag to include a storybook file in the folder `[true, false]`
9898
`indexFile` | Default flag to create an index file in the folder `[false, true]`
9999
`connected` | Default flag to integrate connect redux in the index file `[false, true]`
100-
`componentMethods` | Only for "class" and "pure", insert method inside the component (i.e. `["componentDidMount", "shouldComponentUpdate", "onClick"]`)
100+
`componentMethods` | Only for "class" and "pure", insert method inside the component (i.e. `["componentDidMount", "shouldComponentUpdate", "onClick"]`). `render` and `constructor` will be always included.
101101
`fileNames` | Choose the specific filename for your component's file. (COMPONENT_NAME will be replaced)
102102
`fileNames.testFileName` | specify the file name of your test file
103103
`fileNames.componentFileName` | specify the component file name

0 commit comments

Comments
 (0)