Skip to content

Commit 9e83aa3

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 3eceba0 + 3ee2cce commit 9e83aa3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,9 @@ Get the demo running locally:
339339

340340
``` sh
341341
git clone git@github.com:NogsMPLS/react-component-styleguide.git
342-
cd react-component-styleguide/example/
342+
cd react-component-styleguide/
343+
npm install
344+
cd example/
343345
npm install
344346
npm start
345347
```
@@ -353,4 +355,4 @@ It is most likely that you will not have use for the `styleguide` static when yo
353355
## Thanks
354356
Thank you to [theogravity](https://github.com/theogravity) for [react-styleguide-generator-alt](https://github.com/theogravity/react-styleguide-generator-alt), which most of the heavy lifitng of this app is forked from.
355357

356-
Thank you to [FormidableLabs](https://github.com/FormidableLabs) for [ecology](https://github.com/FormidableLabs/ecology) which produces the interactive editor this modules uses.
358+
Thank you to [FormidableLabs](https://github.com/FormidableLabs) for [ecology](https://github.com/FormidableLabs/ecology) which produces the interactive editor this modules uses.

0 commit comments

Comments
 (0)