From 3bcd0657fa0cbe2d3d25b38f5089a0bdda3328a2 Mon Sep 17 00:00:00 2001 From: Nicco Date: Sat, 28 Sep 2019 20:02:45 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 649dbe6..233b596 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ - Contructor - [Initial State](#initial) - [Validators](#validators) - - [Options](/#options) + - [Options](#options) - Returns - [auto](#auto) - [form](#form) @@ -353,7 +353,7 @@ const { errors } = useForm(...) {errors.password} ``` -###### isValid +## isValid `isValid` is a little simple helper that checks whether the `error` object is clear or if there are errors left.