Skip to content

Commit

Permalink
Merge pull request #19033 from ShaunLloyd/patch-2
Browse files Browse the repository at this point in the history
Fix npm command to install essentials
  • Loading branch information
jonniebigodes committed Aug 26, 2022
2 parents df6da4c + a6f6c58 commit 5b2c539
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```shell
npm install @storybook/addon-actions --save-dev
```
npm install @storybook/addon-essentials --save-dev
```

0 comments on commit 5b2c539

Please sign in to comment.