Skip to content

Commit fcc69ec

Browse files
docs(#2319): Syntax error on README.md (#2320)
1 parent 9d6001a commit fcc69ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,11 +764,11 @@ const logger = winston.createLogger({
764764
level: 'error',
765765
format: winston.format.json()
766766
}),
767-
new transports.Http({
767+
new winston.transports.Http({
768768
level: 'warn',
769769
format: winston.format.json()
770770
}),
771-
new transports.Console({
771+
new winston.transports.Console({
772772
level: 'info',
773773
format: winston.format.combine(
774774
winston.format.colorize(),

0 commit comments

Comments
 (0)