Think the original commit got dropped from master accidentally

when rebasing the `v4` branch.
This commit is contained in:
Peter Taoussanis 2014-07-23 12:16:32 +07:00
parent a2e5121118
commit aa3d9e6d1c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Logging with Java can be maddeningly, unnecessarily hard. Particularly if all yo
Add the necessary dependency to your [Leiningen][] `project.clj` and use the supplied ns-import helper:
```clojure
[com.taoensso/timbre "3.2.0"] ; project.clj
[com.taoensso/timbre "3.2.1"] ; project.clj
(ns my-app (:require [taoensso.timbre :as timbre])) ; Your ns
(timbre/refer-timbre) ; Provides useful Timbre aliases in this ns