From 2178d847d3b29f41c55890672626853e77a3360c Mon Sep 17 00:00:00 2001 From: kawokas Date: Sun, 16 Jul 2023 22:25:11 +0900 Subject: [PATCH] fix readme storyshots link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0c57639d0c9..4633f6efc0b8 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ For additional help, join us in the [Storybook Discord](https://discord.gg/story | [measure](code/addons/measure/) | Visually inspect the layout and box model within the Storybook UI | | [outline](code/addons/outline/) | Visually debug the CSS layout and alignment within the Storybook UI | | [query params](https://github.com/storybookjs/addon-queryparams) | Mock query params | -| [storyshots](code/addons/storyshots/) | Snapshot testing for components in Storybook | +| [storyshots](code/addons/storyshots-core/) | Snapshot testing for components in Storybook | | [storysource](code/addons/storysource/) | View the code of your stories within the Storybook UI | | [viewport](code/addons/viewport/) | Change display sizes and layouts for responsive components using Storybook |