Skip to content

Commit

Permalink
Change header level for mappers (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siemienik authored Oct 25, 2020
1 parent ba3d04b commit b1c1de9
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 @@ -133,7 +133,7 @@ Here is a implementation of fallback mechanism to attempting to parse data as Li

This is `type` related configuration, for more information please study examples above, there are a full configuration used.

#### Mappers
## Mappers

| Exported Name | Description
|-----|-----------
Expand All @@ -147,7 +147,7 @@ This is `type` related configuration, for more information please study examples
|isFilled|Examines if input is not empty
|splitMapper|Transforms string into array of items

##### `splitMapper`
### `splitMapper`

Configurable and immutable **splitMapper** with possibility to use specific `itemMapper<TReturnType>(mapper)` or `separator(string)`.

Expand Down

0 comments on commit b1c1de9

Please sign in to comment.