Merge pull request #19033 from ShaunLloyd/patch-2

Fix npm command to install essentials
This commit is contained in:
jonniebigodes 2022-08-26 20:34:20 +01:00 committed by GitHub
commit 5b2c539765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
```shell
npm install @storybook/addon-actions --save-dev
```
npm install @storybook/addon-essentials --save-dev
```