Skip to content

Commit

Permalink
fix readme install coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
bortexz committed Oct 3, 2022
1 parent 0cf7df4 commit 61825ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ Collection of timeseries technical analysis indicators as [graphcom](https://git

### Clojure CLI/deps.edn
```clojure
io.github.bortexz/graphcom {:mvn/version "0.0.2"}
io.github.bortexz/tacos {:mvn/version "0.0.2"}
```

### Leiningen/Boot
```clojure
[io.github.bortexz/graphcom "0.0.2"]
[io.github.bortexz/tacos "0.0.2"]
```

## Description
Expand Down

0 comments on commit 61825ea

Please sign in to comment.