Update readme to always refer to latest release
This commit is contained in:
parent
d6edde7704
commit
bbdf1633ce
1 changed files with 1 additions and 19 deletions
20
README.md
20
README.md
|
|
@ -37,25 +37,7 @@ In `net.cgrand.xforms.io`:
|
|||
|
||||
## Add as a dependency
|
||||
|
||||
### Clojure CLI/deps.edn
|
||||
|
||||
```clj
|
||||
net.cgrand/xforms {:mvn/version "0.19.3"}
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```clj
|
||||
net.cgrand/xforms {:git/url "https://github.com/cgrand/xforms"
|
||||
:git/tag "v0.19.3"
|
||||
:git/sha "f4ebaea"}
|
||||
```
|
||||
|
||||
### Leiningen/Boot
|
||||
|
||||
```clj
|
||||
[net.cgrand/xforms "0.19.3"]
|
||||
```
|
||||
For specific coordinates see the [latest release](/releases/latest).
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue