From 8770c42a8229522d296924711f92c5a0e723b2bb Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 19 Apr 2020 20:05:52 +0200 Subject: [PATCH] doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4f30166..bf8c8631 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ To get an overview of babashka, you can watch this talk ([slides](https://speake ``` shellsession $ curl -s https://raw.githubusercontent.com/borkdude/babashka/master/install -o install-babashka $ chmod +x install-babashka && ./install-babashka -$ ls | bb --time -i '(filter #(-> % io/file .isDirectory) *input*)' +$ ls | bb -i '(filter #(-> % io/file .isDirectory) *input*)' ("doc" "resources" "sci" "script" "src" "target" "test") bb took 4ms. ```