From b80ab9a0207ab1d6f85ec9a68c87874eea18b71e Mon Sep 17 00:00:00 2001 From: Arunoda Susiripala Date: Tue, 2 Aug 2016 14:49:03 +0530 Subject: [PATCH] Update README.md --- .gitignore | 3 ++- README.md | 11 +---------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 170c74bd10b6..acf0928d171d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules *.log .idea -npm-shrinkwrap.json \ No newline at end of file +npm-shrinkwrap.json +*.DS_Store diff --git a/README.md b/README.md index a50fc78184da..15b9036cf979 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,7 @@ Easiest way to add [Storybook](https://github.com/kadirahq/react-storybook) support to your project. -With Storybook, you'll get a visual development environment to development your UI React components.
-It comes with [many features](https://github.com/kadirahq/react-storybook#features) and [customizable](https://github.com/kadirahq/react-storybook#learn-more) as you need. - -![](https://raw.githubusercontent.com/kadirahq/react-storybook/master/docs/react_storybook_demo.gif) - ---- - -### Adding storybook into your app/project +![](docs/getstorybook.png) First install the storybook generator globally. @@ -23,6 +16,4 @@ Then go to your project and run: getstorybook ``` -![](docs/getstorybook.png) - That's all you've to do.