From 66224bebca5d0b1187f8d384f5b066a94192ed87 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 21 Dec 2019 00:06:00 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2e977a9..048a8ff5 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ The following table illustrates the combination of options for commands of the f | `{:a 1}`
`{:a 2}` | `-I` | | `({:a 1} {:a 2})` | `({:a 1} {:a 2})` | | `{:a 1}`
`{:a 2}` | `-I` | `-O` | `({:a 1} {:a 2})` | `{:a 1}`
`{:a 2}` | -When combined with the `--stream` option, the script is executed for each value in the input: +When combined with the `--stream` option, the expression is executed for each value in the input: ``` clojure $ echo '{:a 1} {:a 2}' | bb --stream '*input*'