Update README.md

This commit is contained in:
Nicco 2019-09-28 19:03:37 +02:00 committed by GitHub
parent 237ef63ea0
commit 10ddb9f2b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ const Form = () => {
### `useForm`
```typescript
const {auto, errors, update, form} = useForm(initial, validators, options)
const {auto, errors, update, form, isValid} = useForm(initial, validators, options)
```
### Initial