From d1b8b06b07ea8f046ef3a916bd71d56d4996dfba Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 30 Apr 2020 13:16:20 +0200 Subject: [PATCH] Dev note --- doc/dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev.md b/doc/dev.md index 48d5e246..4ed3d61f 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -25,7 +25,7 @@ $ git submodule update --recursive When adding libraries to babashka, consider these evaluation criteria: - The library or class is useful for general purpose scripting or accomplishing - small devops tasks that would otherwise require a full JVM version of Clojure. + small devops tasks. - Adding the library or class would make babashka more compatible with Clojure libraries relevant to scripting or small devops tasks. - The functionality can't be met by shelling out to another CLI or can't be