From 87851fe71176d262acd3333d5be2f7cc908f16c1 Mon Sep 17 00:00:00 2001 From: Zephraph Date: Mon, 31 Jul 2017 13:56:13 -0400 Subject: [PATCH] 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. --- app/vue/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/vue/README.md b/app/vue/README.md index 6ae6a2290ad7..6438e3179a24 100644 --- a/app/vue/README.md +++ b/app/vue/README.md @@ -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.