From 0665e5540ef515554cfbf2e646449ad80e201a5c Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 15 Aug 2019 11:17:06 +0200 Subject: [PATCH] doc --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 303a373b..40697fef 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,8 @@ $ bb '(vec (dedupe *in*))' <<< '[1 1 1 1 2]' If you're a bash expert, you probably don't need this. But for those of us who scan use a bit of Clojure in their shell scripts, it may be useful. -Babashka runs as a binary with fast startup time and uses -[sci](https://github.com/borkdude/sci) for interpreting Clojure, which results -in faster startup times: +Babashka runs as a binary and uses [sci](https://github.com/borkdude/sci) for +interpreting Clojure, which results in faster startup times: ``` shellsession $ time clj -e "(require '[clojure.java.shell :as shell])" ./download_html.clj