summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsko Nõmm <ano@ano.ee>2022-05-28 22:45:15 +0300
committerGitHub <noreply@github.com>2022-05-28 22:45:15 +0300
commitc1ca6112f6352c8ec69220dfd19fc76a8b09b5bb (patch)
treefab5c667abea86c48dd23eeaf5dde0e07094db1f
parent15427708e17b89ad3d3da0d5f297d3292633b4b7 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7f78c7a..69b7434 100644
--- a/README.md
+++ b/README.md
@@ -9,13 +9,13 @@ An extensible and modular zero-dependency, pure-Clojure Markdown parser.
#### Leiningen/Boot
```
-[com.github.askonomm/clarktown "1.1.2"]
+[com.github.askonomm/clarktown "2.0.0"]
```
#### Clojure CLI/deps.edn
```
-com.github.askonomm/clarktown {:mvn/version "1.1.2"}
+com.github.askonomm/clarktown {:mvn/version "2.0.0"}
```
## Basic usage example