diff --git a/README.md b/README.md index 9d3735f..85e96b0 100644 --- a/README.md +++ b/README.md @@ -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')