diff --git a/apps/v4/content/docs/(root)/cli.mdx b/apps/v4/content/docs/(root)/cli.mdx index 67c14d3091..b8e8760d82 100644 --- a/apps/v4/content/docs/(root)/cli.mdx +++ b/apps/v4/content/docs/(root)/cli.mdx @@ -28,7 +28,7 @@ Options: -b, --base the component library to use. (radix, base) -p, --preset [name] use a preset configuration -y, --yes skip confirmation prompt. (default: true) - -d, --defaults use default configuration: --template=next --preset=base-nova (default: false) + -d, --defaults use default configuration: --template=next --preset=nova (default: false) -f, --force force overwrite of existing configuration. (default: false) -c, --cwd the working directory. defaults to the current directory. -n, --name the name for the new project. diff --git a/skills/shadcn/SKILL.md b/skills/shadcn/SKILL.md index 0feb2cb5a7..1351394fbe 100644 --- a/skills/shadcn/SKILL.md +++ b/skills/shadcn/SKILL.md @@ -204,7 +204,7 @@ npx shadcn@latest init --name my-app --preset base-nova --template next --monore # Initialize existing project. npx shadcn@latest init --preset base-nova -npx shadcn@latest init --defaults # shortcut: --template=next --preset=base-nova +npx shadcn@latest init --defaults # shortcut: --template=next --preset=nova (base style implied) # Apply a preset to an existing project. npx shadcn@latest apply --preset a2r6bw