diff --git a/README.md b/README.md index 6117e4c..64b912d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ or run queries for you, it simply generates SQL strings. You can then pass them to jdbc: ```clj -(jdbc/execute! conn (sql/format sqlmap) +(jdbc/execute! conn (sql/format sqlmap)) ``` You can build up SQL maps yourself or use helper functions. `build` is the Swiss Army Knife helper. It lets you leave out brackets here and there: