Skip to content

Commit

Permalink
docs(winstonjs#2319): Syntax error on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusteixeiradias committed Jun 28, 2023
1 parent 9d6001a commit c568dd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -764,11 +764,11 @@ const logger = winston.createLogger({
level: 'error',
format: winston.format.json()
}),
new transports.Http({
new winston.transports.Http({
level: 'warn',
format: winston.format.json()
}),
new transports.Console({
new winston.transports.Console({
level: 'info',
format: winston.format.combine(
winston.format.colorize(),
Expand Down

0 comments on commit c568dd6

Please sign in to comment.