summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@clearboxsystems.com.au>2013-06-22 11:34:16 +1000
committerCarlo Zancanaro <carlo@clearboxsystems.com.au>2013-06-22 11:34:16 +1000
commit7576e833051267e442a999efecbfee95a63acca9 (patch)
treec4d4f919d0a0398ad27fa23e78d561a6e6058d95 /README.md
parentcf478f884b998e145c1491ba4316c4ea60db8350 (diff)
Docstrings, one function call change, README update.
In the compiler there was one call to `table-name` which should have been `field-name`.
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])