Skip to content

Commit 73d3350

Browse files
docs: installation (#389)
1 parent 303cf53 commit 73d3350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232

3333
```bash
3434
#using yarn
35-
yarn add --dev @nuxtjs/storybook
35+
yarn add --dev @nuxtjs/storybook postcss@8 [email protected]
3636
# using npm
37-
npm install --save-dev @nuxtjs/storybook
37+
npm install --save-dev @nuxtjs/storybook postcss@8 [email protected]
3838
```
3939

4040

0 commit comments

Comments
 (0)