We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2796343 commit 675355dCopy full SHA for 675355d
README.md
@@ -6,7 +6,7 @@ This generator helps to create the necessary files for a react-redux application
6
7
## New features in version 1.1
8
- Component generator can accept `-f` and `-nc` flags.
9
-- When generator `root_reducer.js`, all existing reducers will be imported and added to `combineReducers`.
+- When generating `root_reducer.js`, all existing reducers will be imported and added to `combineReducers`.
10
11
## Installation
12
```
@@ -348,3 +348,7 @@ export const requestUser = () => (
348
// your code here;
349
);
350
351
+
352
+## Contributing
353
354
+To request a feature or report an issue, click [here](https://github.com/davidhu2000/react_redux_generator/issues).
0 commit comments