Skip to content

Commit f0332e6

Browse files
committed
Docs: Fix TOC in readme
1 parent 1d7a624 commit f0332e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Declarative Mapper for Node.js
99

1010
## Table of Contents
1111

12-
- [Reasoning](#reasoning)
12+
- [Overview](#overview)
1313
- [Quick Start Example](#quick-start-example)
1414
- [Mapping Instructions](#mapping-instructions)
1515
- [Runtime Variables Quick Reference](#runtime-variables-quick-reference)
@@ -20,9 +20,9 @@ Declarative Mapper for Node.js
2020
- [Tuple Arrays](#tuple-arrays)
2121
- [Runtime Variables ($input, $record, $index, $collection)](#runtime-variables-input-record-index-collection)
2222
- [Dynamic Output Keys](#dynamic-output-keys)
23-
- [Complex Mapping Example](#complex-mapping-example)
23+
- [Complex Mapping Example](#complex-mapping-example)
2424

25-
## Reasoning
25+
## Overview
2626

2727
On several projects, I needed a library that could convert one JSON format to another (for example, an invoice from one system into another). It had to support **declarative mapping** instructions so users could configure mappings from a UI. It also had to be **flexible** enough for complex requirements, **secure** against JS injection, and **fast** enough to process streams with millions of records.
2828

0 commit comments

Comments
 (0)