Update README.md

This commit is contained in:
Nicco 2019-09-28 19:30:04 +02:00 committed by GitHub
parent 891cd11d6c
commit 30147bdae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,23 @@
- Tiny
- React Hooks
###### Links
- [*See it in action HERE*](https://cupcakearmy.github.io/formhero/)
- [Examples](#Examples)
- [Docs](#Documentation)
- Contructor
- [Initial State](#Initial)
- [Validators](#Validators)
- [Options](/#Options)
- Returns
- [auto](#Auto)
- [form](#Form)
- [errors](#Errors)
- [isValid](#isValid)
- [update](#Update)
###### Installation
```
@ -135,7 +152,7 @@ const Form = () => {
}
```
## 📖 Docs
## 📖 Documentation
### `useForm`