Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AliN11 committed Nov 29, 2023
1 parent 9b98bc0 commit eac16b5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -111,8 +111,9 @@ const v = new Validator(form, {
```
<br/>
### Implementation in React.js
See [this guide](/misc/code-examples/react.md).
### Implementation in Frameworks
- [React.js](/misc/code-examples/react.md)
- _Others soon..._
<br/>
Expand Down

0 comments on commit eac16b5

Please sign in to comment.