Merge pull request #116 from mif2e/master

change wrong file path in README.md
This commit is contained in:
Simon Bailey 2015-06-27 07:40:50 +01:00
commit 6dff0a0667

View File

@ -50,7 +50,7 @@ yo react-webpack
### Component ### 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: Example:
```bash ```bash