Skip to content

Commit

Permalink
fix: pseudo nesting items
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Dec 6, 2023
1 parent 62dca05 commit c531c65
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 @@ -164,7 +164,7 @@ merge(
<summary>NDJSON</summary>
<details>
<summary>parser</summary>
<summary>&nbsp;&nbsp;&nbsp;&nbsp;parser</summary>
```javascript
import { parser } from '@ilteoood/re-flusso/ndJson/parser';
Expand All @@ -175,7 +175,7 @@ import { parser } from '@ilteoood/re-flusso/ndJson/parser';
```
</details>
<details>
<summary>stringifier</summary>
<summary>&nbsp;&nbsp;&nbsp;&nbsp;stringifier</summary>
```javascript
import { stringifier } from '@ilteoood/re-flusso/ndJson/stringifier';
Expand Down Expand Up @@ -236,7 +236,7 @@ const itemsToSkip = 2;
<summary>strings</summary>
<details>
<summary>join</summary>
<summary>&nbsp;&nbsp;&nbsp;&nbsp;join</summary>
```javascript
import { join } from '@ilteoood/re-flusso/strings/join';
Expand All @@ -251,7 +251,7 @@ const separator = ',';
</details>
<details>
<summary>split</summary>
<summary>&nbsp;&nbsp;&nbsp;&nbsp;split</summary>
```javascript
import { split } from '@ilteoood/re-flusso/strings/split';
Expand Down

0 comments on commit c531c65

Please sign in to comment.