diff --git a/README.md b/README.md index aac0669c..75a23601 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ anywhere on the path. Then you're ready to go: ``` shellsession -$ ls | bb -i '(filter #(-> % io/file .isDirectory) *input*)' +$ ls | bb -i '(filter fs/directory? *input*)' ("doc" "resources" "sci" "script" "src" "target" "test") bb took 4ms. ``` @@ -109,7 +109,8 @@ $ bb '(vec (dedupe *input*))' <<< '[1 1 1 1 2]' [1 2] ``` -Read more about input and output flags [here](https://book.babashka.org/#_input_and_output_flags). +Read more about `*input*` and in- 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: diff --git a/sci b/sci index 280865a9..79f905cc 160000 --- a/sci +++ b/sci @@ -1 +1 @@ -Subproject commit 280865a9850d3befd5239bf42b3aa016230bc0c4 +Subproject commit 79f905cc7cb2a323d080bec7805df0c9eb8e65d0