Bump required re-frame version in README.

This commit is contained in:
Dexter Gramfors 2018-01-31 09:41:27 +01:00 committed by Daniel Compton
parent 96fac44c0c
commit 1fc9359ad6
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ 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"]`.
- Update your re-frame dependency to at least `0.10.4` - `[re-frame "0.10.4"]`.
- Add re-frame-trace as a dev dependency by placing `[day8.re-frame/trace "VERSION"]` within `:profiles :dev :dependencies`. For example: