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

Commit

Permalink
Merge pull request #38 from CheshireSwift/patch-1
Browse files Browse the repository at this point in the history
Correct pipeline example in README
  • Loading branch information
KSXGitHub authored Oct 26, 2022
2 parents 6f0dc43 + 9fffbbe commit 111bf5f
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 111bf5f

Please sign in to comment.