mirror of
https://github.com/status-im/timbre.git
synced 2025-01-28 20:56:33 +00:00
Merge pull request #81 from matthiasn/patch-1
Fix README version (@matthiasn)
This commit is contained in:
commit
90504f9e5c
@ -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:
|
Add the necessary dependency to your [Leiningen][] `project.clj` and use the supplied ns-import helper:
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[com.taoensso/timbre "3.3.0"] ; project.clj
|
[com.taoensso/timbre "3.3.1"] ; project.clj
|
||||||
|
|
||||||
(ns my-app (:require [taoensso.timbre :as timbre])) ; Your ns
|
(ns my-app (:require [taoensso.timbre :as timbre])) ; Your ns
|
||||||
(timbre/refer-timbre) ; Provides useful Timbre aliases in this ns
|
(timbre/refer-timbre) ; Provides useful Timbre aliases in this ns
|
||||||
|
Loading…
x
Reference in New Issue
Block a user