Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_snippets/prompt-install-storybook.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```shell renderer="common"
Set up Storybook for me with npx storybook@latest init and follow its instructions precisely
Set up Storybook for me with npm create storybook@latest and follow its instructions precisely
```
2 changes: 1 addition & 1 deletion docs/get-started/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Use the Storybook CLI to install it in a single command. Run this inside your pr
icon="🤖"
action={{
label: 'Copy prompt',
copy: 'Set up Storybook for me with npx storybook@latest init and follow its instructions precisely',
copy: 'Set up Storybook for me with npm create storybook@latest and follow its instructions precisely',
event: 'PromptInstallCopy',
}}
>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Run this command to install Storybook into an existing project or create a new o
icon="🤖"
action={{
label: 'Copy prompt',
copy: 'Set up Storybook for me with npx storybook@latest init and follow its instructions precisely',
copy: 'Set up Storybook for me with npm create storybook@latest and follow its instructions precisely',
event: 'PromptInstallCopy',
}}
>
Expand Down
Loading