From 2451dc893c5321776c7fb14ab904eff049d1529b Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 30 Apr 2020 13:19:18 +0200 Subject: [PATCH] Dev note --- doc/dev.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/dev.md b/doc/dev.md index 1ad19f9b..2a3197a3 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -35,8 +35,7 @@ If not all of the criteria are met, but adding a feature is still useful to a particular company or niche audience, adding it behind a feature flag is still a possibility. This is currently the case for `next.jdbc` and the `PostgresQL` and `HSQLDB` database drivers. Companies interested in these features can compile an -instance of babashka themselves, instead of using the standard distributed -version. +instance of babashka for their internal use. ### Adding classes