Skip to content

Commit cf08bea

Browse files
authored
Merge pull request #173 from LuisEGR/patch-1
Update README.md
2 parents 11994eb + a524d3b commit cf08bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Actions are automatically registered by Storybook. To be used by this addon, you
8585

8686
1. `npm install --save-dev @storybook/addon-svelte-csf` or `yarn add --dev @storybook/addon-svelte-csf`
8787
2. In `.storybook/main.js`, add `@storybook/addon-svelte-csf` to the addons array
88-
3. In `.storybook/main.js`, add `*.stories.svelte` to the stories patterns
88+
4. In `.storybook/main.js`, include .stories.svelte files in your stories patterns, eg. by changing the patterns to `'../src/**/*.stories.@(js|jsx|ts|tsx|svelte)'`
8989

9090
An example `main.js` configuration could look like this:
9191

0 commit comments

Comments
 (0)