[#109] Fix README typo (@RickMoynihan)

This commit is contained in:
Rick Moynihan 2015-06-22 12:52:38 +01:00 committed by Peter Taoussanis
parent bca2288e55
commit c014b0f558
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ The **log level** may be set:
The **ns filters** may be set:
* At compile-time: (`TIMBRE_NS_WHITELIST`, `TIMBRE_NS_BLACKLIST` env vars).
* Statically using: `timbre/set-config!`/`timbre-merge-config!`.
* Statically using: `timbre/set-config!`/`timbre/merge-config!`.
* Dynamically using: `timbre/with-config`.
There are also variants of the logging utils that take explicit config args.