README example typo.

Signed-off-by: Peter Taoussanis <p.taoussanis@gmail.com>
This commit is contained in:
Peter Taoussanis 2012-05-28 20:25:25 +07:00
parent 244749a3e2
commit 78218b9f1c
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ Enable the standard [Postal](https://github.com/drewr/postal)-based email append
Rate-limit to one email per message per minute:
```clojure
(timbre/set-config! [:appenders :postal :max-message-per-msecs 60000])
(timbre/set-config! [:appenders :postal :max-message-per-msecs] 60000)
```
And make sure emails are sent asynchronously: