From 3720182b4ae952b68a80fc018d604c5ec97799e2 Mon Sep 17 00:00:00 2001 From: Mathew Kurian Date: Fri, 1 Aug 2014 01:28:06 -0500 Subject: [PATCH] Adding missing line to documentation #8 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4b29c8..cec22a3 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ scribe.addLogger('realtime', true, true, 'underline'); // tag color) scribe.addLogger('high', true, true, 'magenta'); scribe.addLogger('normal', true, true, 'white'); scribe.addLogger('low', true, true, 'grey'); +scribe.addLogger('info', true, true, 'cyan'); // Express.js // WARNING: ExpressJS must be installed for this to work