From 3b241095cb7f77bf9e23d776ebaf6340b987f89f Mon Sep 17 00:00:00 2001 From: Daniel Bell Date: Mon, 25 Jul 2011 13:16:56 +1000 Subject: [PATCH] Fixed indentation on markdown file. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b42c5e4..737010f 100644 --- a/README.md +++ b/README.md @@ -58,16 +58,16 @@ to occur without restarting the application. To turn off configuration file change checking, configure with: - var log4js = require('log4js'); - log4js.configure(undefined, {}); // load 'log4js.json' from NODE_PATH + var log4js = require('log4js'); + log4js.configure(undefined, {}); // load 'log4js.json' from NODE_PATH Or: - log4js.configure('my_log4js_configuration.json', {}); + log4js.configure('my_log4js_configuration.json', {}); To specify a different period: - log4js.configure(undefined, { reloadSecs: 300 }); // load 'log4js.json' from NODE_PATH + log4js.configure(undefined, { reloadSecs: 300 }); // load 'log4js.json' from NODE_PATH You can also pass an object to the configure function, which has the same properties as the json versions.