From 4aeb6140d40ad8deca73653529645f8a2e0e2d8f Mon Sep 17 00:00:00 2001 From: Lucas Bois <44686060+LucasBois1@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:41:54 -0300 Subject: [PATCH] docs: fixes breadcrumb installation command (#412) --- apps/www/src/content/docs/components/breadcrumb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/src/content/docs/components/breadcrumb.md b/apps/www/src/content/docs/components/breadcrumb.md index 86c44a6f..c4b0d534 100644 --- a/apps/www/src/content/docs/components/breadcrumb.md +++ b/apps/www/src/content/docs/components/breadcrumb.md @@ -8,7 +8,7 @@ description: Displays the path to the current resource using a hierarchy of link ## Installation ```bash -npx shadcn-ui@latest add breadcrumb +npx shadcn-vue@latest add breadcrumb ``` ## Usage