From b2afc03fec597472ee65806766f517049a8ca935 Mon Sep 17 00:00:00 2001 From: materliu Date: Wed, 3 Jun 2015 14:31:49 +0800 Subject: [PATCH] change wrong file path in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb6932a..7872264 100644 --- a/README.md +++ b/README.md @@ -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