From 3ffeb5dda999e2ec4df05568ff891099c20a7723 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Mon, 15 Jul 2019 14:01:42 -0700 Subject: [PATCH] Improve docstring --- src/next/jdbc/connection.clj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/next/jdbc/connection.clj b/src/next/jdbc/connection.clj index 2c3f206..4ceabb9 100644 --- a/src/next/jdbc/connection.clj +++ b/src/next/jdbc/connection.clj @@ -49,7 +49,9 @@ example: `[com.acme/jdbc \"1.2.3\"] ; lein/boot` + or: + `{com.acme/jdbc {:mvn/version \"1.2.3\"}} ; CLI/deps.edn` Note: the `:classname` value can be a string or a vector of strings. If