Merge pull request #2803 from godban/patch-1

Fix wrong package name
This commit is contained in:
Norbert de Langen 2018-01-22 15:16:09 +01:00 committed by GitHub
commit 42a2e44adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ We are going to use an addon called [Notes](https://github.com/storybooks/storyb
First, we need to install the addons:
```sh
npm i --save-dev @storybook-addons @storybook/addon-actions @storybook/addon-links @storybook/addon-notes
npm i --save-dev @storybook/addons @storybook/addon-actions @storybook/addon-links @storybook/addon-notes
```
Then, we need to create a file called `addons.js` inside the storybook config directory and add the following content: