Add clojars image to README

This commit is contained in:
Daniel Compton 2017-08-25 11:17:55 +12:00 committed by GitHub
parent f0802ba445
commit 3991c46ae7
1 changed files with 5 additions and 1 deletions

View File

@ -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