From 5840706858cf851a210f424b9d334a4e02961339 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 28 Dec 2019 23:19:38 +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 70a25a2e..fb84a512 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 will take longer than 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 more than a one-off command that lasts only a few seconds, using Clojure on the JVM may be a better fit. Read more about the differences with Clojure [here](#differences-with-clojure).