match close parens in README

This commit is contained in:
Michael Blume 2017-05-20 21:47:05 -07:00
parent 2088a198e9
commit db32c8a654

View file

@ -38,7 +38,7 @@ or run queries for you, it simply generates SQL strings. You can then pass them
to jdbc: to jdbc:
```clj ```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: 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: