From 0719d9a9d89213b5e990728bfc2198ffae743b61 Mon Sep 17 00:00:00 2001 From: Simon Eskildsen Date: Mon, 10 Mar 2014 20:00:07 -0400 Subject: [PATCH] readme: fix image --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbbdfbe..bd66475 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,10 @@ Logrus is a simple, opinionated structured logging package for Go which is completely API compatible with the standard library logger. -Nicely color-coded in development (when a TTY is attached): +Nicely color-coded in development (when a TTY is attached, otherwise just +plain text): -[Imgur](http://i.imgur.com/PY7qMwd.png) +![Colored](http://i.imgur.com/PY7qMwd.png) With `log.Formatter = new(logrus.JSONFormatter)`: