Skip to content

Commit

Permalink
Fixed readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Jones committed Aug 11, 2010
1 parent 8d542f1 commit 17c9894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ Run the tests with `node tests.js`. They use the awesome [jspec](http://visionme

See example.js:

var log4js = require('log4js-node');
var log4js = require('log4js');
log4js.addAppender(log4js.consoleAppender());
log4js.addAppender(log4js.fileAppender('logs/cheese.log'), 'cheese');

Expand Down

0 comments on commit 17c9894

Please sign in to comment.