summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6e82200..b83479e 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,8 @@ queries to be entirely special-cased per database. By default
-[clojure.java.jdbc][3] support is provided, but must be included explicitly.
+[`clojure.java.jdbc`][3] support is provided, but must be included
+explicitly. `clojure-sql` does not depend on `clojure.java.jdbc`.
(require '[clojure-sql.jdbc :as jdbc])