Skip to content

Commit 0cb8c7c

Browse files
authored
fix: readme (#2488)
1 parent 7d7f9d3 commit 0cb8c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ To colorize the full log line with the json formatter you can apply the followin
687687
```js
688688
winston.format.combine(
689689
winston.format.json(),
690-
winston.format.colorize({ all })
690+
winston.format.colorize({ all: true })
691691
);
692692
```
693693

0 commit comments

Comments
 (0)