Update README.md

This commit is contained in:
Nicco 2019-09-28 20:04:34 +02:00 committed by GitHub
parent 63e46d981e
commit 40978f8fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
- [__*Live Web*__](https://cupcakearmy.github.io/formhero/)
- [__*Live React-Native*__](https://snack.expo.io/@cupcakearmy/useform)
- [Examples](https://github.com/CupCakeArmy/formhero/tree/master/examples)
- [Examples](#-examples)
- [Docs](#-documentation)
- Contructor
- [Initial State](#initial)
@ -72,6 +72,8 @@ const Form = () => {
## 🔥 Examples
[**All Examples**](https://github.com/CupCakeArmy/formhero/tree/master/examples)
### Validation
```typescript