From 3e4b2b23bab1b30b9d5d8e7b0b64348a01b9ed8a Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Sun, 24 Nov 2024 10:19:20 -0500 Subject: [PATCH] docs(README.md): add missing closing parenthesis --- README.md | 1 + 1 file changed, 1 insertion(+) 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')