Remove keyworded namespace from carmine example

This commit is contained in:
Noel 2015-02-23 09:49:32 -05:00
parent 8ed5d182ff
commit bd95c2e999
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ For common-case ease-of-use, **all logging utils use a global atom for their con
```clojure
;; [com.taoensso/carmine "2.4.0"] ; Add to project.clj deps
;; (:require [taoensso.timbre.appenders (:carmine :as car-appender)]) ; Add to ns
;; (:require [taoensso.timbre.appenders (carmine :as car-appender)]) ; Add to ns
(timbre/set-config! [:appenders :carmine] (car-appender/make-carmine-appender))
```