From b0b85fe8dbc072f39373d736aa45bfc84c0b69e6 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 30 Apr 2020 15:05:54 +0200 Subject: [PATCH] Dev note --- doc/dev.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/dev.md b/doc/dev.md index 9a9db452..4948ba75 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -22,7 +22,8 @@ $ git submodule update --recursive ## Adding libraries and classes -When adding libraries to babashka, consider these evaluation criteria: +When adding libraries and classes to babashka, consider these evaluation +criteria: - The library or class is useful for general purpose scripting or accomplishing small devops tasks.