From 407cd3aeb17a355b3f3a198495e3224a7d09299f Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 28 Dec 2019 23:21:15 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb84a512..4885901f 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Non-goals: * Replace existing shells. Babashka is a tool you can use inside existing shells like bash and it is designed to play well with them. It does not aim to replace them. Babashka uses [sci](https://github.com/borkdude/sci) for interpreting Clojure. Sci -implements a subset of Clojure and is not as performant as compiled code. If your script is more than a one-off command that lasts only a few seconds, using Clojure on the JVM may be a better fit. +implements a subset of Clojure and is not as performant as compiled code. If your script is taking more than a few seconds, Clojure on the JVM may be a better fit. Read more about the differences with Clojure [here](#differences-with-clojure).