From b99379ed94d7c4f2ae9dc208a2d322632f2898f0 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Tue, 12 Nov 2013 17:05:56 +1100 Subject: Potentially misleading typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 650c9fe..2eed039 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ be the return value of the associated query function call (`deref`, As a result of this, the `use-jdbc!` function has been removed. To connect to a database via jdbc use this: - `(set-default-query-executor (clojure-sql.jdbc/jdbc-executor "connection-string"))` + `(q/set-default-query-executor! (clojure-sql.jdbc/jdbc-executor "connection-string"))` * `sort` can now sort on arbitrary expressions, not just fields -- cgit v1.2.3