From 7c431897153c3c0aff808ffc325e54a939dcedb3 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 7 Nov 2020 20:45:06 +0100 Subject: [PATCH] README [skip ci] --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9dc57c19..fcf9a78c 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,7 @@ $ bb '(vec (dedupe *input*))' <<< '[1 1 1 1 2]' [1 2] ``` -Read more about input and output flags -[here](https://github.com/borkdude/babashka/#input-and-output-flags). +Read more about input and output flags [here](doc/io-flags.md). Execute a script. E.g. print the current time in California using the `java.time` API: