From 75bf95184e565141fffad5eef893bc2e09b1403b Mon Sep 17 00:00:00 2001 From: Lucas Bois <44686060+LucasBois1@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:20:01 -0300 Subject: [PATCH] Fixes breadcrumb installation command --- 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