From d24e4fb3c50d6df505ed58196c381e2e1719d7a1 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Wed, 23 Aug 2023 08:36:16 -0700 Subject: [PATCH] docs: remove broken link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c43d8c..0322b43 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Svelte Story Format -Allows to write your stories in Svelte syntax and compiles it to Storybook's CSF syntax. See the native format tab in the [getting started docs](https://storybook.js.org/docs/svelte/get-started/whats-a-story) for an example. +Allows you to write your stories in `.svelte` syntax rather than `.js` syntax. It supports: @@ -9,7 +9,7 @@ It supports: - extractions of sources of the stories and compatible with addon-sources - decorators - knobs, actions, controls -- storyshots (with a special jest transformation shipped under @storybook/addon-svelte-csf/jest-transform) +- storyshots (with a special jest transformation shipped under `@storybook/addon-svelte-csf/jest-transform`) ## Example