Remove syntax error from README

This commit is contained in:
Aaron France 2014-10-06 00:56:54 +02:00
parent 90504f9e5c
commit 8cc7d17081
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ This is the biggest win over Java logging utilities IMO. Here's `timbre/example-
{:doc "Spits to `(:spit-filename :shared-appender-config)` file."
:min-level nil :enabled? false :async? false :rate-limit nil
:fn (fn [{:keys [ap-config output]}] ; Use any appender args
(when-let [filename (:spit-filename ap-config)]ar
(when-let [filename (:spit-filename ap-config)]
(try (spit filename output :append true)
(catch java.io.IOException _))))}}})
```