Merge pull request #17687 from Jarvis1010/patch-1

make command for html explicit
This commit is contained in:
Michael Shilman 2022-03-14 11:03:04 +08:00 committed by GitHub
commit 74caf0f1f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ Use the Storybook CLI to install it in a single command. Run this inside your _e
```shell
# Add Storybook:
npx sb init
npx sb init --type html
```
If you run into issues with the installation, check the [Troubleshooting section](#troubleshooting) below for guidance on how to solve it.