diff --git a/README.md b/README.md index 3d4861ad..f904be78 100644 --- a/README.md +++ b/README.md @@ -229,10 +229,10 @@ The following table illustrates the combination of options for commands of the f | Input | Input flags | Output flag | `` | Output | |----------------|-------------|-------------|---------------|----------| -| `{:a 1}` | | | `{:a 1}` | `{:a 1}` | +| `{:a 1}`
`{:a 2}` | | | `{:a 1}` | `{:a 1}` | | hello
bye | `-i` | | `("hello" "bye")` | `("hello" "bye")` | | hello
bye | `-i` | `-o` | `("hello" "bye")` | hello
bye | -| `{:a 1} {:a 2}` | `-I` | | `({:a 1} {:a 2})` | `({:a 1} {:a 2})` | +| `{: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: