From cd023eb3d63229e16ba9bbf78fe32160b7caa235 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Tue, 6 Nov 2012 12:01:07 +0700 Subject: [PATCH] README MD fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74797da..f8d0995 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Timbre is an attempt to make **simple logging simple** and more **complex loggin ## What's In The Box? * Small, uncomplicated **all-Clojure** library. * **Super-simple map-based config**: no arcane XML or properties files! - * Decent performance (**low overhead**). + * **Decent performance** (low overhead). * Flexible **fn-centric appender model**. * Sensible built-in appenders including simple **email appender**. * Tunable **flood control** and **asynchronous** logging support.