Skip to content

Commit cf115ee

Browse files
committed
update README.md
1 parent 30e1d50 commit cf115ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ $ npm install @hookform/error-message
3030

3131
### Single Error Message
3232

33-
[![Edit React Hook Form - ErrorMessage](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/error-messagemessage-pc2b6?fontsize=14&hidenavigation=1&theme=dark)
34-
3533
```jsx
3634
import React from 'react';
3735
import { useForm } from 'react-hook-form';
@@ -66,8 +64,6 @@ export default function App() {
6664

6765
### Multiple Error Messages
6866

69-
[![Edit React Hook Form - ErrorMessage: multiple error messages](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/error-messagemessage-multiple-error-messages-cis2m?fontsize=14&hidenavigation=1&theme=dark)
70-
7167
```jsx
7268
import React from 'react';
7369
import { useForm } from 'react-hook-form';

0 commit comments

Comments
 (0)