Skip to content

Commit 3f17456

Browse files
authored
Merge pull request #10 from azizur/patch-1
Update README.md
2 parents 54d93db + ffae1fb commit 3f17456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $ npm install @hookform/error-message
3333
```jsx
3434
import React from 'react';
3535
import { useForm } from 'react-hook-form';
36-
import { ErrorMessage } from 'hookform@error-message';
36+
import { ErrorMessage } from '@hookform/error-message';
3737

3838
export default function App() {
3939
const { register, errors, handleSubmit } = useForm();

0 commit comments

Comments
 (0)