From eac16b57c187bcf419ef8aadae2f690c62a5e3b7 Mon Sep 17 00:00:00 2001 From: Ali Nazari Date: Wed, 29 Nov 2023 14:03:01 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 647be06..f187119 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Facile (French word for "easy", pronounced `fa·sil`) is an HTML form validator - [Installation](#installation) - [Usage](#usage) - [Validate on Field Change](#validate-on-field-change) - - [Implementation in React.js](#implementation-in-reactjs) + - [Implementation in Frameworks](#implementation-in-frameworks) - [Handling Events](#handling-events) - [Available Validation Rules](#available-validation-rules) - [X-Prefixed Rules](#x-prefixed-rules) @@ -111,8 +111,9 @@ const v = new Validator(form, { ```
-### Implementation in React.js -See [this guide](/misc/code-examples/react.md). +### Implementation in Frameworks +- [React.js](/misc/code-examples/react.md) +- _Others soon..._