README [skip ci]

This commit is contained in:
Michiel Borkent 2021-05-14 10:30:52 +02:00
parent 439a1b1053
commit 17a7129595

View file

@ -106,7 +106,7 @@ $ bb '(vec (dedupe *input*))' <<< '[1 1 1 1 2]'
[1 2]
```
Read more about input and output flags [here](doc/io-flags.md).
Read more about input and output flags [here](https://book.babashka.org/#_input_and_output_flags).
Execute a script. E.g. print the current time in California using the
`java.time` API: