Adding missing line to documentation

#8
This commit is contained in:
Mathew Kurian 2014-08-01 01:28:06 -05:00
parent 1b5721288c
commit 3720182b4a

View file

@ -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