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

Commit 6e1d9b6

Browse files
authored
Update README.md
1 parent 132238e commit 6e1d9b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ React Hook Form strictly typed Controller.
1919
## Install
2020

2121
```
22-
$ npm install @hookform/use-typed-controller
22+
$ npm install @hookform/strictly-typed
2323
```
2424

2525
## Quickstart
2626

2727
```tsx
28-
import { useTypedController } from '@hookform/use-typed-controller';
28+
import { useTypedController } from '@hookform/strictly-typed';
2929
import { useForm } from 'react-hook-form';
3030
import { TextField, Checkbox } from '@material-ui/core';
3131

@@ -85,7 +85,7 @@ export default function App() {
8585

8686
[![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)
8787

88-
## Controller Name Reference
88+
## Name Reference
8989

9090
| Field Path | Field Name |
9191
| :------------------ | :----------- |

0 commit comments

Comments
 (0)