From 343acb3a5139da1560991cbef12f0e472846931b Mon Sep 17 00:00:00 2001 From: shadcn Date: Fri, 23 Jun 2023 19:13:29 +0400 Subject: [PATCH] docs: update toast.mdx (#670) --- apps/www/content/docs/components/toast.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/www/content/docs/components/toast.mdx b/apps/www/content/docs/components/toast.mdx index 8b0f607ed9..caa8ef2a07 100644 --- a/apps/www/content/docs/components/toast.mdx +++ b/apps/www/content/docs/components/toast.mdx @@ -24,7 +24,7 @@ radix: Run the following command: ```bash -npx shadcn-ui@latest add avatar +npx shadcn-ui@latest add toast ``` Add the Toaster component @@ -55,7 +55,7 @@ export default function RootLayout({ children }) { Copy and paste the following code into your project. - + Update the import paths to match your project setup.