mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
Merge pull request #116 from mif2e/master
change wrong file path in README.md
This commit is contained in:
commit
6dff0a0667
@ -50,7 +50,7 @@ yo react-webpack
|
||||
|
||||
### Component
|
||||
|
||||
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`.
|
||||
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`.
|
||||
|
||||
Example:
|
||||
```bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user