From 6296bcbd18d951d04eaab370bc84f420e39bd3ca Mon Sep 17 00:00:00 2001 From: Donovan Buck Date: Wed, 29 May 2013 21:26:03 -0500 Subject: [PATCH] Minor change. Just updating the number of options for Console. --- docs/transports.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/transports.md b/docs/transports.md index ea77d4320..8f037f57e 100644 --- a/docs/transports.md +++ b/docs/transports.md @@ -40,7 +40,7 @@ There are several core transports included in `winston`, which leverage the buil winston.add(winston.transports.Console, options) ``` -The Console transport takes two simple options: +The Console transport takes four simple options: * __level:__ Level of messages that this transport should log (default 'debug'). * __silent:__ Boolean flag indicating whether to suppress output (default false).