Skip to content

Commit b193756

Browse files
committed
Finished toc
1 parent a9c7ef9 commit b193756

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ A rule based validator developed for easy use with the Spring Boot framework.
44
- *Extendable*: You can always add custom rules
55

66
## Table of contents
7-
[Adding dependency](#adding-dependency)
7+
- [Adding dependency](#adding-dependency)
8+
- [Usage](#usage)
9+
- [Internationalization](#internationalization)
10+
- [Builders and Methods](#builders-and-methods)
11+
- [`string` rules](#string-rules)
12+
- [`number` rules](#number-rules)
13+
- [`object` rules](#object-rules)
14+
- [`array` rules](#array-rules)
15+
- [Custom rules](#custom-rules)
816

917
## Adding dependency
1018
To use the validator add the following dependency to your `pom.xml`.

0 commit comments

Comments
 (0)