Skip to content

Commit

Permalink
add docs and clojars badges
Browse files Browse the repository at this point in the history
  • Loading branch information
bortexz committed Sep 30, 2022
1 parent 6f39154 commit a1b2221
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# tacos
[![Clojars Project](https://img.shields.io/clojars/v/io.github.bortexz/tacos.svg)](https://clojars.org/io.github.bortexz/tacos)[![Cljdoc badge](https://cljdoc.org/badge/io.github.bortexz/tacos)](https://cljdoc.org/d/io.github.bortexz/tacos)

Collection of timeseries technical analysis indicators as [graphcom](https://github.com/bortexz/graphcom) nodes.

Expand Down Expand Up @@ -48,7 +49,7 @@ Code:
ema3))
```

See the [docs] for the complete list of indicators currently available.
See the [docs](https://cljdoc.org/d/io.github.bortexz/tacos) for the complete list of indicators currently available.

Jump to the [quick example](./examples/quick_example.clj) to see this library in action.

Expand Down

0 comments on commit a1b2221

Please sign in to comment.