Skip to content

Commit

Permalink
docs(#2319): Syntax error on README.md (#2320)
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusteixeiradias committed Jun 28, 2023
1 parent 9d6001a commit fcc69ec
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 fcc69ec

Please sign in to comment.