Skip to content

Commit 675355d

Browse files
committed
update readme
1 parent 2796343 commit 675355d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This generator helps to create the necessary files for a react-redux application
66

77
## New features in version 1.1
88
- Component generator can accept `-f` and `-nc` flags.
9-
- When generator `root_reducer.js`, all existing reducers will be imported and added to `combineReducers`.
9+
- When generating `root_reducer.js`, all existing reducers will be imported and added to `combineReducers`.
1010

1111
## Installation
1212
```
@@ -348,3 +348,7 @@ export const requestUser = () => (
348348
// your code here;
349349
);
350350
```
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

Comments
 (0)