Skip to content

Commit 6dff0a0

Browse files
committed
Merge pull request #116 from mif2e/master
change wrong file path in README.md
2 parents e2ab2b4 + b2afc03 commit 6dff0a0

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
@@ -50,7 +50,7 @@ yo react-webpack
5050

5151
### Component
5252

53-
Generates a [JSX](http://facebook.github.io/react/docs/jsx-in-depth.html) component in `src/scripts/components`, its corresponding test in `src/spec/components` and its style in `src/style`.
53+
Generates a [JSX](http://facebook.github.io/react/docs/jsx-in-depth.html) component in `src/components`, its corresponding test in `test/spec/components` and its style in `src/styles`.
5454

5555
Example:
5656
```bash

0 commit comments

Comments
 (0)