Skip to content

Commit

Permalink
Merge pull request #11 from ndoesburg/small-change-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
uhop authored Apr 14, 2024
2 parents cb924fb + fbd215c commit 7402474
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 @@ -20,7 +20,7 @@ import zlib from 'zlib';
import {Transform} from 'stream';

// this chain object will work on a stream of numbers
const pipeline = new chain([
const pipeline = chain([
// transforms a value
x => x * x,

Expand Down

0 comments on commit 7402474

Please sign in to comment.