README [skip ci]

This commit is contained in:
Michiel Borkent 2020-11-07 20:45:06 +01:00
parent 36cf1a8d70
commit 7c43189715

View file

@ -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: