Skip to content

Commit

Permalink
docs(www): @hookform/resolvers installation missing (shadcn-ui#1257)
Browse files Browse the repository at this point in the history
Co-authored-by: shadcn <[email protected]>
  • Loading branch information
2 people authored and lloydrichards committed Oct 3, 2023
1 parent afc669f commit 566019e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/content/docs/components/form.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ npx shadcn-ui@latest add form
<Step>Install the following dependencies:</Step>

```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
```

<Step>Copy and paste the following code into your project.</Step>
Expand Down

0 comments on commit 566019e

Please sign in to comment.