Skip to content

Commit c6f0614

Browse files
committed
update toc links
1 parent 7824d26 commit c6f0614

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

README.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ $ npm run bench
4545
```
4646

4747
# Table of contents
48-
- [Installations](#Installation)
49-
- [Usage](#Usage)
50-
- [Optional & required fields](#)
51-
- [Strict validation](#)
52-
- [Multiple validators](#)
53-
- [Root element schema](#)
54-
- [Sanitizations](#Sanitizations)
55-
- [Shorthand definitions](#)
56-
- [Built-in validators](#)
48+
- [Installations](#installation)
49+
- [Usage](#usage)
50+
- [Optional & required fields](#optional--required-fields)
51+
- [Strict validation](#strict-validation)
52+
- [Multiple validators](#multiple-validators)
53+
- [Root element schema](#root-element-schema)
54+
- [Sanitizations](#sanitizations)
55+
- [Shorthand definitions](#shorthand-definitions)
56+
- [Built-in validators](#built-in-validators)
5757
- [any](#any)
5858
- [array](#array)
5959
- [boolean](#boolean)
@@ -71,15 +71,18 @@ $ npm run bench
7171
- [string](#string)
7272
- [url](#url)
7373
- [uuid](#uuid)
74-
- [Custom validator](#)
75-
- [Custom error messages (l10n)](#)
76-
- [Development](#Development)
77-
- [Test](#Test)
78-
- [Contribution](#Contribution)
79-
- [License](#License)
80-
- [Contact](#Contact)
74+
- [Custom validator](#custom-validator)
75+
- [Custom error messages (l10n)](#custom-error-messages-l10n)
76+
- [Personalised Messages](#personalised-messages)
77+
- [Message types](#message-types)
78+
- [Development](#development)
79+
- [Test](#test)
80+
- [Contribution](#contribution)
81+
- [License](#license)
82+
- [Contact](#contact)
8183

8284
## Installation
85+
8386
### NPM
8487
You can install it via [NPM](http://npmjs.org/).
8588
```

0 commit comments

Comments
 (0)