Skip to content

Commit d7ebd1b

Browse files
committed
removed unncessary readme
1 parent 537ed1e commit d7ebd1b

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -83,24 +83,11 @@ Replace <moduleName> with your own module name.
8383

8484
#### Examples
8585

86-
Without services, the following command will generate the following:
86+
The following command will generate the following:
8787

8888
```bash
8989
yo react-redux-modules:module auth
90-
# Generates the following:
91-
src/auth
92-
├── actions
93-
│   └── AuthActions.js
94-
├── components
95-
├── constants
96-
│   └── AuthConstantsConstants.js
97-
├── containers
98-
│   └── AuthPage
99-
│   ├── AuthPage.js
100-
│   ├── AuthPage.scss
101-
│   └── package.json
102-
└── reducers
103-
└── auth.js
90+
# Generates the auth folder with all necessary files
10491
```
10592

10693
<!-- ### Common

0 commit comments

Comments
 (0)