We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b99472 commit 161a6c9Copy full SHA for 161a6c9
README.md
@@ -14,7 +14,7 @@ Table of Contents:
14
- [Contribute](#contribute)
15
- [Usage](#usage)
16
- [Installation](#installation)
17
- - [Basic](#basic)
+ - [Get started](#get-started)
18
- [Map dictionary source to target object](#map-dictionary-source-to-target-object)
19
- [Different field names](#different-field-names)
20
- [Overwrite field value in mapping](#overwrite-field-value-in-mapping)
@@ -46,7 +46,7 @@ Install package:
46
pip install py-automapper
47
```
48
49
-## Basic
+## Get started
50
Let's say we have domain model `UserInfo` and its API representation `PublicUserInfo` without exposing user `age`:
51
```python
52
class UserInfo:
0 commit comments