Merge pull request #6449 from antony/patch-3

React -> Svelte
This commit is contained in:
Michael Shilman 2019-04-08 16:49:57 +08:00 committed by GitHub
commit fc16a7c3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ npx -p @storybook/cli sb init --type svelte
## Manual setup
If you want to set up Storybook manually for your React project, this is the guide for you.
If you want to set up Storybook manually for your Svelte project, this is the guide for you.
> It is very important to remember that Svelte components are precompiled from `.svelte` or `.html` files to vanilla javascript, so there is no 'runtime'.