From 1fe930f008e231c71e50931fd53c0ea0a1d5f9eb Mon Sep 17 00:00:00 2001 From: Will Eastcott Date: Wed, 1 May 2024 11:33:25 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ce26750..d009d635 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Each component exists in its own folder within the `./src/components` directory. - `index.ts`: The PCUI element itself. - `style.scss`: The SASS styles for the component. - `component.tsx`: A React wrapper for the element, currently used to display the element in Storybook. -- `index.stories.tsx`: The Storybook entry for this component. +- `component.stories.tsx`: The Storybook entry for this component. Locally developed components can be viewed & tested by running the Storybook app, as mentioned in the following section.