Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
just-sultanov committed Nov 1, 2024
1 parent 238fc1e commit 86afaa3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ image:https://img.shields.io/clojars/v/io.lazy-cat/tenet.svg[clojars,link=https:

image:https://codecov.io/gh/lazy-cat-io/tenet/branch/master/graph/badge.svg?token=BGGNUI43Y2[codecov,https://codecov.io/gh/lazy-cat-io/tenet]
image:https://github.com/lazy-cat-io/tenet/actions/workflows/build.yml/badge.svg[build,https://github.com/lazy-cat-io/tenet/actions/workflows/build.yml]
image:https://github.com/lazy-cat-io/tenet/actions/workflows/deploy.yml/badge.svg[deploy,https://github.com/lazy-cat-io/tenet/actions/workflows/deploy.yml]

== io.lazy-cat/tenet

Expand Down Expand Up @@ -85,13 +84,13 @@ Add the following dependency in your project:
.project.clj or build.boot
[source,clojure]
----
[io.lazy-cat/tenet "2.0.0"]
[io.lazy-cat/tenet "RELEASE"]
----

.deps.edn or bb.edn
[source,clojure]
----
io.lazy-cat/tenet {:mvn/version "2.0.0"}
io.lazy-cat/tenet {:mvn/version "RELEASE"}
----

=== Limitations
Expand Down

0 comments on commit 86afaa3

Please sign in to comment.