Update README.md

This commit is contained in:
Norbert de Langen 2018-09-18 14:01:42 +02:00 committed by GitHub
parent 9b4f50c890
commit 9dd1297757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ So you can develop UI components in isolation without worrying about app specifi
## Getting Started
```sh
npm i -g @storybook/cli
npm i -g @storybook/cli@alpha
cd my-app
storybook init --html
```