Update README.md

same version as in the introduction above
This commit is contained in:
Matthias Nehlsen 2014-09-16 23:47:00 +02:00
parent 6bf3e0b1f0
commit fd5a933c69
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.3.0"] ; project.clj
[com.taoensso/timbre "3.3.1"] ; project.clj
(ns my-app (:require [taoensso.timbre :as timbre])) ; Your ns
(timbre/refer-timbre) ; Provides useful Timbre aliases in this ns