Update README for new version
This commit is contained in:
parent
e1ace4d9a9
commit
ab2d8950ee
|
@ -3,9 +3,9 @@
|
|||
`re-frame-trace` is a programmer's dashboard. It helps you to see inside a running `re-frame`
|
||||
application, allowing you to better understand it and debug it.
|
||||
|
||||
**Status:** Alpha. [![Clojars Project](https://img.shields.io/clojars/v/day8.re-frame/trace.svg)](https://clojars.org/day8.re-frame/trace)
|
||||
**Status:** Beta. [![Clojars Project](https://img.shields.io/clojars/v/day8.re-frame/trace.svg)](https://clojars.org/day8.re-frame/trace)
|
||||
|
||||
**Note** [the latest version 0.1.14](https://github.com/Day8/re-frame-trace/releases/tag/0.1.14) ALSO requires the latest version of re-frame itself - `v0.10.3-alpha2`.
|
||||
**Note** [the latest version 0.1.15](https://github.com/Day8/re-frame-trace/releases/tag/0.1.15) ALSO requires the latest version of re-frame itself - `v0.10.3`.
|
||||
|
||||
### Helpful How?
|
||||
|
||||
|
@ -83,6 +83,8 @@ If you are using leiningen, modify `project.clj` in the following ways. When puz
|
|||
|
||||
[![Clojars Project](https://img.shields.io/clojars/v/day8.re-frame/trace.svg)](https://clojars.org/day8.re-frame/trace)
|
||||
|
||||
- Update your re-frame dependency to at least `0.10.3` - `[re-frame "0.10.3"]`.
|
||||
|
||||
- Add re-frame-trace as a dev dependency by placing `[day8.re-frame/trace "VERSION"]` within `:profiles :dev :dependencies`. For example:
|
||||
|
||||
```cljs
|
||||
|
|
Loading…
Reference in New Issue