8000 Amended readme with new require name · wxqGitHub/log4js-node@b4a8103 · GitHub
[go: up one dir, main page]

Skip to content

Commit b4a8103

Browse files
author
csausdev
committed
Amended readme with new require name
1 parent 2fe9b0b commit b4a8103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Run the tests with `node tests.js`. They use the awesome [jspec](http://visionme
1717

1818
See example.js:
1919

20-
var log4js = require('log4js-node');
20+
var log4js = require('log4js');
2121
log4js.addAppender(log4js.consoleAppender());
2222
log4js.addAppender(log4js.fileAppender('logs/cheese.log'), 'cheese');
2323

0 commit comments

Comments
 (0)
0