summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d3ec592..8769248 100644
--- a/README.md
+++ b/README.md
@@ -208,7 +208,7 @@ be the return value of the associated query function call (`deref`,
## Changelog
-#### 0.2.0
+### 0.2.0
* **Breaking:** Remove `having`, use `select` instead now
@@ -227,7 +227,7 @@ be the return value of the associated query function call (`deref`,
deref)
;; => {:user {:id 5 :username "username"}}
-#### 0.1.0
+### 0.1.0
* Initial release, so everything's new