mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-01-27 06:34:59 +00:00
Add clojars image to README
This commit is contained in:
parent
f0802ba445
commit
3991c46ae7
@ -2,6 +2,8 @@
|
||||
|
||||
A trace panel for re-frame.
|
||||
|
||||
[![Clojars Project](https://img.shields.io/clojars/v/day8.re-frame/trace.svg)](https://clojars.org/day8.re-frame/trace)
|
||||
|
||||
**Status:** Alpha.
|
||||
|
||||
## Motivation
|
||||
@ -14,7 +16,9 @@ re-frame provides a data driven architecture, but we need to be able to inspect
|
||||
|
||||
If you are using leiningen, modify `project.clj` in the following ways. When puzzling over the various possible leiningen configurations, it's often helpful to look at a sample [project.clj](https://github.com/technomancy/leiningen/blob/stable/sample.project.clj).
|
||||
|
||||
- Add re-frame-trace as a dev dependency by placing `[day8.re-frame/trace "0.1.0"]` within `:profiles :dev :dependencies`. For example:
|
||||
[![Clojars Project](https://img.shields.io/clojars/v/day8.re-frame/trace.svg)](https://clojars.org/day8.re-frame/trace)
|
||||
|
||||
- Add re-frame-trace as a dev dependency by placing `[day8.re-frame/trace "VERSION"]` within `:profiles :dev :dependencies`. For example:
|
||||
|
||||
```cljs
|
||||
:profiles
|
||||
|
Loading…
x
Reference in New Issue
Block a user