Skip to content

Commit 161a6c9

Browse files
committed
renamed section
1 parent 8b99472 commit 161a6c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Table of Contents:
1414
- [Contribute](#contribute)
1515
- [Usage](#usage)
1616
- [Installation](#installation)
17-
- [Basic](#basic)
17+
- [Get started](#get-started)
1818
- [Map dictionary source to target object](#map-dictionary-source-to-target-object)
1919
- [Different field names](#different-field-names)
2020
- [Overwrite field value in mapping](#overwrite-field-value-in-mapping)
@@ -46,7 +46,7 @@ Install package:
4646
pip install py-automapper
4747
```
4848

49-
## Basic
49+
## Get started
5050
Let's say we have domain model `UserInfo` and its API representation `PublicUserInfo` without exposing user `age`:
5151
```python
5252
class UserInfo:

0 commit comments

Comments
 (0)