Skip to content

Commit 1c4339b

Browse files
committed
docs(usage): fix wrong component example
1 parent a9a854e commit 1c4339b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
npm install @hookform/devtools -D
1515
```
1616

17-
3. Add `<Devtool control={control}>` in your code
17+
3. Add `<Devtool control={control} />` in your code
1818
_This won't show devtools component anymore! Just for extension detect your form_
1919
4. Enjoy!
2020

0 commit comments

Comments
 (0)