Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
Correct pipeline example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
CheshireSwift authored Oct 26, 2022
1 parent 6f0dc43 commit 9fffbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const y = f3(f2(f1(x0)))
**Signature:** `pipeline (...functions) → function`

```javascript
const fn = pipe(f0, f1, f2, f3)
const fn = pipeline(f0, f1, f2, f3)
```

is equivalent to
Expand Down

0 comments on commit 9fffbbe

Please sign in to comment.