From f68f6c04a99849684c8aa1ad017962b161c94152 Mon Sep 17 00:00:00 2001 From: Hasegawa-Yukihiro Date: Tue, 16 Jul 2024 13:15:29 +0900 Subject: [PATCH] fix: readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ee941fd8..081315a00 100644 --- a/README.md +++ b/README.md @@ -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 }) ); ```