change wrong file path in README.md

This commit is contained in:
materliu
2015-06-03 14:31:49 +08:00
parent c422be2253
commit b2afc03fec
+1 -1
View File
@@ -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