Fix install command for addon-controls

This commit is contained in:
Daniel McKenzie 2020-08-12 10:57:01 +01:00
parent ee045046ca
commit 45316120c0
No known key found for this signature in database
GPG Key ID: 07FFC135BA2F8C6D

View File

@ -11,7 +11,7 @@
Controls is part of [essentials](https://storybook.js.org/docs/react/essentials/introduction) and so is installed in all new Storybooks by default. If you need to add it to your Storybook, you can run:
```sh
npm i -D @storybook/addon-toolbars
npm i -D @storybook/addon-controls
```
Then, add following content to [`.storybook/main.js`](https://storybook.js.org/docs/react/configure/overview#configure-your-storybook-project):