Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit ee7c538

Browse files
committed
Adding anchor on usage with Ardent
1 parent f84f6e4 commit ee7c538

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,23 @@ This package makes validation rules defined in Laravel work in the client by con
99
- [Installation](#installation)
1010
- [Configuration](#configuration)
1111
- [Usage](#usage)
12+
- [With Ardent](#usage-with-ardent)
1213
- [Extending](#extending)
1314
- [Plugins and Supported Rules](#plugins-and-supported-rules)
14-
- [Known Issues](#knownissues)
15+
- [Known Issues](#known-issues)
1516
- [To Do](#todo)
1617
- [Changelog](#changelog)
1718
- [Licence](#licence)
1819

1920

2021
### Feature Overview
21-
- Multi-Plugin Support *//For now, there is just one :)*
22-
- `Jquery Validation`
23-
- Extendible
22+
- Multi-Plugin Support *(For now, there is just one :)*
23+
- `jQuery Validation`
24+
- Extensible
2425
- Laravel form builder based
2526
- Validation rules can be set from controller
2627
- Distinguishing between numeric input and string input
27-
- User friendly input names
28+
- User-friendly input names
2829
- Remote rules such as unique and exists
2930

3031
### Installation

0 commit comments

Comments
 (0)