summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@clearboxsystems.com.au>2013-11-12 17:05:56 +1100
committerCarlo Zancanaro <carlo@clearboxsystems.com.au>2013-11-12 17:05:56 +1100
commitb99379ed94d7c4f2ae9dc208a2d322632f2898f0 (patch)
tree81e708fdcc3866597c9dfd5cc5251476708ee742
parentfe513564989d9151a79d5494f2958ae190c20d02 (diff)
Potentially misleading typo
-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