Skip to content

Commit 6528acc

Browse files
authored
Update README.md
1 parent feae68c commit 6528acc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,9 @@ $XONTRIB_PIPELINER_PRESETS = {
149149
echo 'hello' | pl upper
150150
# HELLO
151151

152-
echo 'hey ' | pl repeat 3
152+
echo 'hey \nhi ' | pl repeat 3
153153
# hey hey hey
154+
# hi hi hi
154155
```
155156

156157
## Wrap pipeliner to get your own magic

0 commit comments

Comments
 (0)