From a01bf92d2887a65e7cf9a28ddeae69e62d2524c2 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 15 Aug 2019 13:02:25 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c1c0434..58670d89 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ 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 +$ time clojure -e "(require '[clojure.java.shell :as shell])" ./download_html.clj 2.15s user 0.17s system 242% cpu 0.959 total $ time bb -f ./download_html.clj