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.