From 069a25b354756399e3537466fa57653f1e6bf8c3 Mon Sep 17 00:00:00 2001 From: RG <76780190+AV3RG@users.noreply.github.com> Date: Fri, 6 Sep 2024 02:25:17 +0530 Subject: [PATCH] fix: install commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00a6a3b..af5377e 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ cd my-app Install required shadcn components: ```bash -npx shadcn-ui@latest init -npx shadcn-ui@latest add command popover button separator badge +npx shadcn@latest init +npx shadcn@latest add command popover button separator badge ``` ### Step 2: Create the Multi-Select Component