From 48b7309d7a44010f1dda05f0b22b558094a32380 Mon Sep 17 00:00:00 2001 From: BugSquasher Date: Wed, 11 Dec 2024 21:36:30 +0100 Subject: [PATCH] Update README.md shadcn-ui has been deprecated. --- apps/nextjs-example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nextjs-example/README.md b/apps/nextjs-example/README.md index 5203c056..769e6835 100644 --- a/apps/nextjs-example/README.md +++ b/apps/nextjs-example/README.md @@ -14,7 +14,7 @@ If you want to add the shadcn/ui Aptos wallet selector to your shadcn-based app, - Run the following command to install all of the shadcn/ui components that the wallet selector depends on: ```bash -npx shadcn-ui@latest add button collapsible dialog dropdown-menu toast +npx shadcn@latest add button collapsible dialog dropdown-menu toast ``` - Copy the [wallet-selector.tsx](./src/components/WalletSelector.tsx) file from this repo to your `src/components/` directory.