From 40978f8fc1bd950dbb2630679532799fe5f17979 Mon Sep 17 00:00:00 2001 From: Nicco Date: Sat, 28 Sep 2019 20:04:34 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19f4022..b625574 100644 --- a/README.md +++ b/README.md @@ -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