From 3b1ecc5fdd9f75da2afcaa61a03ed03e68736e34 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Tue, 30 Jun 2015 23:20:00 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bae5a9f..4be3784 100644 --- a/README.md +++ b/README.md @@ -329,7 +329,7 @@ func (f *JSONFormatter) Format(entry *Entry) ([]byte, error) { #### Logger as an `io.Writer` -Logrus can be transormed into an `io.Writer`. That writer is the end of an `io.Pipe` and it is your responsibility to close it. +Logrus can be transformed into an `io.Writer`. That writer is the end of an `io.Pipe` and it is your responsibility to close it. ```go w := logger.Writer()