Fix typo in contributing guide

This commit is contained in:
Sébastien Lorber 2017-06-14 11:17:13 +02:00 committed by GitHub
parent 36d7ec2668
commit b95cab063d

View File

@ -28,7 +28,7 @@ To test your project against the current latest version of storybook, you can cl
2. Link `storybook` and any other required dependencies
cd packages/react-storybook
cd app/react
npm link
cd <your-project>