From 30147bdae602cc28f529c4a7feb578c4c846a509 Mon Sep 17 00:00:00 2001 From: Nicco Date: Sat, 28 Sep 2019 19:30:04 +0200 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6168e5..ff79974 100644 --- a/README.md +++ b/README.md @@ -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`