From 6b6882c808415675a66bbc0cff30768ab4f589db Mon Sep 17 00:00:00 2001 From: IA Jim <47990526+pezvi@users.noreply.github.com> Date: Wed, 1 Apr 2026 14:10:31 -0700 Subject: [PATCH] Update instructions for adding component stories --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98c1ce1..5b5f03e 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ To demo your component, we have a component catalog that you can add your demo t We have a story template you can use for consistency. [More info on `story-template`](#story-template). The easiest way to use this is to copy an existing story and modify it for your needs. -Import your story in `/demo/app-root.ts` and add it to the page. +Your story will be discovered by `/demo/app-root.ts` and added to the page. #### Story Template