Skip to content

Commit

Permalink
fix: readme (#2488)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-hsgw committed Jul 16, 2024
1 parent 7d7f9d3 commit 0cb8c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ To colorize the full log line with the json formatter you can apply the followin
```js
winston.format.combine(
winston.format.json(),
winston.format.colorize({ all })
winston.format.colorize({ all: true })
);
```

Expand Down

0 comments on commit 0cb8c7c

Please sign in to comment.