From f3e0ba6526799e7e37db381426d438c5df22a00a Mon Sep 17 00:00:00 2001 From: alexanderGugel Date: Mon, 14 Apr 2014 10:17:47 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d193e4..eea6645 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ streams at different levels**. streams: [ { level: 'info', - stream: process.stdout, // log INFO and above to stdout + stream: process.stdout // log INFO and above to stdout }, { level: 'error',