Skip to content

Commit c688af1

Browse files
authored
Merge pull request #1786 from dblock/fix-toc
Fix: README TOC.
2 parents 62930f1 + f996a09 commit c688af1

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,35 +38,35 @@
3838
- [Integer/Fixnum and Coercions](#integerfixnum-and-coercions)
3939
- [Custom Types and Coercions](#custom-types-and-coercions)
4040
- [Multipart File Parameters](#multipart-file-parameters)
41-
- [First-Class `JSON` Types](#first-class-json-types)
41+
- [First-Class JSON Types](#first-class-json-types)
4242
- [Multiple Allowed Types](#multiple-allowed-types)
4343
- [Validation of Nested Parameters](#validation-of-nested-parameters)
4444
- [Dependent Parameters](#dependent-parameters)
4545
- [Group Options](#group-options)
4646
- [Alias](#alias)
4747
- [Built-in Validators](#built-in-validators)
48-
- [`allow_blank`](#allow_blank)
49-
- [`values`](#values)
50-
- [`except_values`](#except_values)
51-
- [`regexp`](#regexp)
52-
- [`mutually_exclusive`](#mutually_exclusive)
53-
- [`exactly_one_of`](#exactly_one_of)
54-
- [`at_least_one_of`](#at_least_one_of)
55-
- [`all_or_none_of`](#all_or_none_of)
56-
- [Nested `mutually_exclusive`, `exactly_one_of`, `at_least_one_of`, `all_or_none_of`](#nested-mutually_exclusive-exactly_one_of-at_least_one_of-all_or_none_of)
48+
- [allow_blank](#allow_blank)
49+
- [values](#values)
50+
- [except_values](#except_values)
51+
- [regexp](#regexp)
52+
- [mutually_exclusive](#mutually_exclusive)
53+
- [exactly_one_of](#exactly_one_of)
54+
- [at_least_one_of](#at_least_one_of)
55+
- [all_or_none_of](#all_or_none_of)
56+
- [Nested mutually_exclusive, exactly_one_of, at_least_one_of, all_or_none_of](#nested-mutually_exclusive-exactly_one_of-at_least_one_of-all_or_none_of)
5757
- [Namespace Validation and Coercion](#namespace-validation-and-coercion)
5858
- [Custom Validators](#custom-validators)
5959
- [Validation Errors](#validation-errors)
6060
- [I18n](#i18n)
6161
- [Custom Validation messages](#custom-validation-messages)
62-
- [`presence`, `allow_blank`, `values`, `regexp`](#presence-allow_blank-values-regexp)
63-
- [`all_or_none_of`](#all_or_none_of-1)
64-
- [`mutually_exclusive`](#mutually_exclusive-1)
65-
- [`exactly_one_of`](#exactly_one_of-1)
66-
- [`at_least_one_of`](#at_least_one_of-1)
67-
- [`Coerce`](#coerce)
68-
- [`With Lambdas`](#with-lambdas)
69-
- [`Pass symbols for i18n translations`](#pass-symbols-for-i18n-translations)
62+
- [presence, allow_blank, values, regexp](#presence-allow_blank-values-regexp)
63+
- [all_or_none_of](#all_or_none_of-1)
64+
- [mutually_exclusive](#mutually_exclusive-1)
65+
- [exactly_one_of](#exactly_one_of-1)
66+
- [at_least_one_of](#at_least_one_of-1)
67+
- [Coerce](#coerce)
68+
- [With Lambdas](#with-lambdas)
69+
- [Pass symbols for i18n translations](#pass-symbols-for-i18n-translations)
7070
- [Overriding Attribute Names](#overriding-attribute-names)
7171
- [With Default](#with-default)
7272
- [Headers](#headers)

0 commit comments

Comments
 (0)