From 2b4d1d021053a063febe0ad83b3d29d7b5ac6d22 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 2 May 2020 10:44:41 +0200 Subject: [PATCH] doc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6cc1109d..3610e242 100644 --- a/README.md +++ b/README.md @@ -804,6 +804,7 @@ binary, these evaluation criteria are considered: - 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. +- The library cannot be interpreted by with babashka using `--classpath`. - 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.