Skip to content

Commit cdf31e0

Browse files
Update README.md
1 parent 5bb2a7e commit cdf31e0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Also included is the `l10n` / `i18n` of error text messages to multiple language
1919

2020
- [Features](#features)
2121
- [Validators](#validators)
22-
- [Supported languages](#supported-languages)
22+
- [Bool validators](#bool-validators)
23+
- [Supported languages](#supported-languages)
2324
- [Use](#use)
2425
- [Setup](#setup)
2526
- [Basic use](#basic-use)
@@ -173,7 +174,7 @@ URL, min, max, minLength, maxLength, minWordsCount, maxWordsCount, IP, credit ca
173174
- `FormBuilderValidators.uuid()` - requires the field's to be a valid uuid.
174175
- `FormBuilderValidators.vin()` - requires the field's to be a valid VIN number.
175176

176-
## Extension methods used for chaining validators
177+
### Extension methods used for chaining validators
177178

178179
- `FormBuilderValidator.and()` - Combines the current validator with another validator using logical AND.
179180
- `FormBuilderValidator.or()` - Combines the current validator with another validator using logical OR.
@@ -184,7 +185,7 @@ URL, min, max, minLength, maxLength, minWordsCount, maxWordsCount, IP, credit ca
184185
- `FormBuilderValidator.log()` - Logs the value during the validation process.
185186
- `FormBuilderValidator.withErrorMessage()` - Overrides the error message of the current validator.
186187

187-
### Supported languages
188+
## Supported languages
188189

189190
Validators support default `errorText` messages in these languages:
190191

0 commit comments

Comments
 (0)