Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit 9383537

Browse files
authored
Update README.md
1 parent 0515af6 commit 9383537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ $ npm install @hookform/use-typed-controller
2424

2525
## Quickstart
2626

27-
[![Edit React Hook Form - useTypedController](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/react-hook-form-usetypedcontroller-23qv1?fontsize=14&hidenavigation=1&theme=dark)
28-
2927
```tsx
3028
import { useTypedController } from "@hookform/use-typed-controller";
3129
import { useForm } from "react-hook-form";
@@ -96,6 +94,8 @@ export default function App() {
9694
}
9795
```
9896
97+
[![Edit React Hook Form - useTypedController](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/react-hook-form-usetypedcontroller-23qv1?fontsize=14&hidenavigation=1&theme=dark)
98+
9999
## Backers
100100
101101
Thanks goes to all our backers! [[Become a backer](https://opencollective.com/react-hook-form#backer)].

0 commit comments

Comments
 (0)