Skip to content

Commit 56b486d

Browse files
committed
Fix small typo
1 parent 447fe1f commit 56b486d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ Keep in mind that custom implementations must be synchronus. If you need it to b
413413
const log = require('lambda-log');
414414

415415
// example using `Console` instance
416-
const Console = require('console');
416+
const { Console } = require('console');
417417
log.options.logHandler = new Console(myStdoutStream, myStderrStream);
418418

419419
// or with a console-like object

0 commit comments

Comments
 (0)