Fix typo with Vue README referring to react

This corrects a typo referring back to React. It also updates the link to the demo gif to point to the one in the vue docs directory as opposed to the react directory. 

It wouldn't hurt for someone to make a new gif w/ vue instead of react.
This commit is contained in:
Zephraph 2017-07-31 13:56:13 -04:00 committed by GitHub
parent 8e03aacb68
commit 87851fe711

View File

@ -10,10 +10,10 @@
* * *
Storybook for Vue is a UI development environment for your React components.
Storybook for Vue is a UI development environment for your Vue components.
With it, you can visualize different states of your UI components and develop them interactively.
![Storybook Screenshot](https://github.com/storybooks/storybook/blob/master/app/react/docs/demo.gif)
![Storybook Screenshot](https://github.com/storybooks/storybook/blob/master/app/vue/docs/demo.gif)
Storybook runs outside of your app.
So you can develop UI components in isolation without worrying about app specific dependencies and requirements.