Skip to content

Commit 189817c

Browse files
committed
Fix typo
1 parent e8abd86 commit 189817c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This Storybook addon runs an MCP (Model Context Protocol) server to help develop UI components more efficiently.
44

5-
It enables a workflow where for each UI component created, the agent will automatically generate and link to example stories. These stories let you visually verify the new UI in each of its key states, and provides documentation and component tests.
5+
It enables a workflow where for each UI component created, the agent will automatically generate and link to example stories. These stories let you visually verify the new UI in each of its key states, and provide documentation and component tests.
66

7-
The server currently exposes two tools: one to provides UI development instructions to the agent, and the other to retrieve story URLs directly from your runnng Storybook.
7+
The server currently exposes two tools: one to provide UI development instructions to the agent, and the other to retrieve story URLs directly from your runnng Storybook.
88

99
> [!IMPORTANT]
1010
> This addon currently only supports Vite-based Storybook setups, such as [`@storybook/react-vite`](https://storybook.js.org/docs/get-started/frameworks/react-vite), [`@storybook/nextjs-vite`](https://storybook.js.org/docs/get-started/frameworks/nextjs#with-vite), and [`@storybook/sveltekit`](https://storybook.js.org/docs/get-started/frameworks/sveltekit).

0 commit comments

Comments
 (0)