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 }) ); ```