Skip to content

Commit

Permalink
renamed section
Browse files Browse the repository at this point in the history
  • Loading branch information
anikolaienko committed Nov 13, 2022
1 parent 8b99472 commit 161a6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Table of Contents:
- [Contribute](#contribute)
- [Usage](#usage)
- [Installation](#installation)
- [Basic](#basic)
- [Get started](#get-started)
- [Map dictionary source to target object](#map-dictionary-source-to-target-object)
- [Different field names](#different-field-names)
- [Overwrite field value in mapping](#overwrite-field-value-in-mapping)
Expand Down Expand Up @@ -46,7 +46,7 @@ Install package:
pip install py-automapper
```

## Basic
## Get started
Let's say we have domain model `UserInfo` and its API representation `PublicUserInfo` without exposing user `age`:
```python
class UserInfo:
Expand Down

0 comments on commit 161a6c9

Please sign in to comment.