fix readme

This commit is contained in:
Justin Kramer 2013-08-06 16:32:07 -04:00
parent 7d4cc64ecb
commit 2b22ca3eb1

View file

@ -100,7 +100,7 @@ Keywords that begin with `%` are interpreted as SQL function calls:
Keywords that begin with `?` are interpreted as bindable parameters:
``clj
```clj
(-> (select :id)
(from :foo)
(where [:= :a :?baz])