From 1a8742af896f4aed6a80dc5e482be6f715f5ed2d Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 1 May 2020 15:40:53 +0200 Subject: [PATCH] doc --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 59bb9204..6cc1109d 100644 --- a/README.md +++ b/README.md @@ -801,10 +801,9 @@ handling of the SIGPIPE. This can be done by setting Before new libraries or classes go into the standardly distributed babashka binary, these evaluation criteria are considered: -- The library or class is useful for general purpose scripting or accomplishing - small devops tasks. +- The library or class is useful for general purpose scripting. - Adding the library or class would make babashka more compatible with Clojure - libraries relevant to scripting or small devops tasks. + libraries relevant to scripting. - The functionality can't be met by shelling out to another CLI or can't be written as a small layer over an existing CLI (like `babashka.curl`) instead.