Update README.md

This commit is contained in:
Mathew Kurian 2014-06-11 11:03:09 -05:00
parent 76822f263c
commit 9fb8c19c65

View file

@ -65,7 +65,7 @@ var scribe = require('./scribe');
// -------------- // --------------
scribe.configure(function(){ scribe.configure(function(){
scribe.set('app', 'MY_APP_NAME'); // NOTE Best way learn about these settings is scribe.set('app', 'MY_APP_NAME'); // NOTE Best way learn about these settings is
scribe.set('logPath', './../logs'); // them out for yourself. scribe.set('logPath', './scribe'); // Doublecheck // them out for yourself.
scribe.set('defaultTag', 'DEFAULT_TAG'); scribe.set('defaultTag', 'DEFAULT_TAG');
scribe.set('divider', ':::'); scribe.set('divider', ':::');
scribe.set('identation', 5); // Identation before console messages scribe.set('identation', 5); // Identation before console messages