From 171683df140a7b6252997910d2730c2729f220f5 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Mon, 18 Mar 2024 07:39:06 -0400 Subject: [PATCH] Clarify note just slightly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69fb356..4277a82 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ _This is experimental, and may not support all project and storybook configurati Please open an issue if you experience any trouble, and be sure to include the log file that is generated from the `--diagnostics` flag of chromatic-cli, as well as the cli's output using the `--debug --trace-changed=expanded` flags. > [!NOTE] -> Storybook 8 [no longer requires this plugin](https://github.com/storybookjs/storybook/blob/v8.0.0/MIGRATION.md#turbosnap-vite-plugin-is-no-longer-needed) and will automatically remove it if found. Use `--stats-json` instead. +> Storybook 8 [has this plugin built-in](https://github.com/storybookjs/storybook/blob/v8.0.0/MIGRATION.md#turbosnap-vite-plugin-is-no-longer-needed) and will automatically remove it from your config. Use `--stats-json` when building Storybook to enable Turbosnap instead. ## Setup