From 494a4d39036407551afab1b7c1160e0b6c83409b Mon Sep 17 00:00:00 2001 From: Steve Dodier-Lazaro Date: Mon, 22 Jul 2024 11:29:37 +0200 Subject: [PATCH] docs: Mention last SB7 version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6c4b7f..d5d3524 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Use Vue components inside MDX files, as if they were React components. This addon is in its early stages, the following limitations apply: -- Only works with Vue 3 and Storybook 8 +- Only works with Vue 3 and Storybook 8 (for Storybook 7, use v0.1.5) - Components must be locally imported into MDX files - Provide/Inject has not been tested yet but should work - **Customisation APIs may change in the future**