diff --git a/apps/www/content/docs/components/form.mdx b/apps/www/content/docs/components/form.mdx
index c5ed3d3a6..3b9b83ecf 100644
--- a/apps/www/content/docs/components/form.mdx
+++ b/apps/www/content/docs/components/form.mdx
@@ -100,7 +100,7 @@ npx shadcn-ui@latest add form
Install the following dependencies:
```bash
-npm install @radix-ui/react-label @radix-ui/react-slot react-hook-form
+npm install @radix-ui/react-label @radix-ui/react-slot react-hook-form @hookform/resolvers zod
```
Copy and paste the following code into your project.