Skip to content

Commit a804807

Browse files
authored
Update README.md
1 parent 37c5618 commit a804807

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
@@ -18,7 +18,7 @@ npm install --save react-uncontrolled-form
1818

1919
Import the `Field` and `Form` modules.
2020
```js
21-
import {Field, Form} from 'react-uncontrolled-form';
21+
import { Field, Form } from 'react-uncontrolled-form';
2222
```
2323

2424
### Example

0 commit comments

Comments
 (0)