summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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