Skip to content

Commit

Permalink
docs(readme.md): add missing closing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
skyline-123 authored and rvagg committed Jan 3, 2020
1 parent 559ef95 commit eb1ff1a
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 @@ -69,7 +69,7 @@ fs.createReadStream('/tmp/important.dat')
cb(null, 'wut?') // note we can use the second argument on the callback
// to provide data as an alternative to this.push('wut?')
}
)
))
.pipe(fs.createWriteStream('/tmp/wut.txt'))
```

Expand Down

0 comments on commit eb1ff1a

Please sign in to comment.