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
IgorMinar authored Nov 24, 2024
1 parent 6c5aa30 commit 3e4b2b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ tr.selectAll('.x span', (element) => {
//stream the element's inner html to transformation function
//then stream the transformed output back into the element stream
stream.pipe(upper).pipe(stream)
})

//stream in html to trumpet and stream processed output to stdout
const fs = require('fs')
Expand Down

0 comments on commit 3e4b2b2

Please sign in to comment.