Skip to content

Commit

Permalink
fix: margin on doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Dec 6, 2023
1 parent 62dca05 commit aeea5ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ merge(
<details>
<summary>NDJSON</summary>
<details>
<details style="margin-left: 2em">
<summary>parser</summary>
```javascript
Expand All @@ -174,7 +174,7 @@ import { parser } from '@ilteoood/re-flusso/ndJson/parser';
)
```
</details>
<details>
<details style="margin-left: 2em">
<summary>stringifier</summary>
```javascript
Expand Down Expand Up @@ -235,7 +235,7 @@ const itemsToSkip = 2;
<details>
<summary>strings</summary>
<details>
<details style="margin-left: 2em">
<summary>join</summary>
```javascript
Expand All @@ -250,7 +250,7 @@ const separator = ',';
```
</details>
<details>
<details style="margin-left: 2em">
<summary>split</summary>
```javascript
Expand Down

0 comments on commit aeea5ac

Please sign in to comment.