From 36d22f4fce8f1fdaae46878fa21a515759ec0df7 Mon Sep 17 00:00:00 2001 From: Jeppe Reinhold Date: Tue, 13 Dec 2022 15:38:01 +0100 Subject: [PATCH] typo --- code/frameworks/sveltekit/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/frameworks/sveltekit/README.md b/code/frameworks/sveltekit/README.md index 6efa4a4e030..86279fd7574 100644 --- a/code/frameworks/sveltekit/README.md +++ b/code/frameworks/sveltekit/README.md @@ -46,7 +46,7 @@ This is just the beginning. We're planning on making it an even better experienc ### In a project without Storybook -Run the follwoing command in your SvelteKit project's root directory, and follow the prompts: +Run the following command in your SvelteKit project's root directory, and follow the prompts: ```bash npx storybook@next init @@ -77,8 +77,9 @@ yarn add -D @storybook/sveltekit@next Update your `main.cjs` to change the framework property: ```js -// .storybook/main.js +// .storybook/main.cjs module.exports = { + ... // shorthand framework: '@storybook/sveltekit', // or if you need options