From b1c1de916ce7d0d361e76c71c9a33562ca0a4c2e Mon Sep 17 00:00:00 2001 From: Siemienik Pawel Date: Sun, 25 Oct 2020 09:15:17 +0100 Subject: [PATCH] Change header level for mappers (#71) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a4c523..1f54f3b 100644 --- a/README.md +++ b/README.md @@ -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 |-----|----------- @@ -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(mapper)` or `separator(string)`.