From 794f0f654d44304deae43f806c734ccdb01887f7 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 20 Dec 2019 21:19:48 +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 d8acfb23..505ef30b 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ conditionals](#reader-conditionals) to maintain compatibility with JVM Clojure. ### Input and output flags -In one-liners the `` value may come in handy. It contains the input read from stdin and reads EDN by default. If you want to read in text, use the `-i` flag, which binds `` to a lazy seq of lines of text. If you want to read multiple EDN values, use the `-I` flag. The `-o` option prints the result as individual lines of text. The `-O` option prints the result as lines of EDN values. +In one-liners the `` value may come in handy. It contains the input read from stdin as EDN by default. If you want to read in text, use the `-i` flag, which binds `` to a lazy seq of lines of text. If you want to read multiple EDN values, use the `-I` flag. The `-o` option prints the result as individual lines of text. The `-O` option prints the result as lines of EDN values. The following table illustrates the combination of options for commands of the form