From d2d5394fb747236837716e994d00a8b56f742f01 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 15 Aug 2019 11:06:49 +0200 Subject: [PATCH] doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4658a67c..39177e84 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Properties: - reads from stdin and writes to stdout ``` shellsession -$ time clj -e "(require '[(link: http://clojure.java.shell) clojure.java.shell :as shell])" ./script.clj +$ time clj -e "(require '[clojure.java.shell :as shell])" ./script.clj 2.15s user 0.17s system 242% cpu 0.959 total $ time bb -f ./script.clj