From 3fac21621d00fd66013debc75fb637ec7f63b9a2 Mon Sep 17 00:00:00 2001 From: Christian Varisco Date: Thu, 8 Mar 2018 22:33:31 +0100 Subject: [PATCH] Update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92a1ffa..8268dcc 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Currently supported options are: `includeStories` | Default flag to include a storybook file in the folder `[true, false]` `indexFile` | Default flag to create an index file in the folder `[false, true]` `connected` | Default flag to integrate connect redux in the index file `[false, true]` - `componentMethods` | Only for "class" and "pure", insert method inside the component (i.e. `["componentDidMount", "shouldComponentUpdate", "onClick"]`) + `componentMethods` | Only for "class" and "pure", insert method inside the component (i.e. `["componentDidMount", "shouldComponentUpdate", "onClick"]`). `render` and `constructor` will be always included. `fileNames` | Choose the specific filename for your component's file. (COMPONENT_NAME will be replaced) `fileNames.testFileName` | specify the file name of your test file `fileNames.componentFileName` | specify the component file name