Skip to content

Commit c719706

Browse files
James1x0DABH
authored andcommitted
(typo) Missing label import in example (#1733)
* (typo) Missing label import in example * Update README.md
1 parent 8944598 commit c719706

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
@@ -1110,7 +1110,7 @@ If you prefer to manage the `Container` yourself, you can simply instantiate one
11101110
``` js
11111111
const winston = require('winston');
11121112
const { format } = winston;
1113-
const { combine, json } = format;
1113+
const { combine, label, json } = format;
11141114

11151115
const container = new winston.Container();
11161116

0 commit comments

Comments
 (0)