From 7576e833051267e442a999efecbfee95a63acca9 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Sat, 22 Jun 2013 11:34:16 +1000 Subject: Docstrings, one function call change, README update. In the compiler there was one call to `table-name` which should have been `field-name`. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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]) -- cgit v1.2.3