Skip to content

Commit

Permalink
(typo) Missing label import in example (#1733)
Browse files Browse the repository at this point in the history
* (typo) Missing label import in example

* Update README.md
  • Loading branch information
James1x0 authored and DABH committed Dec 2, 2019
1 parent 8944598 commit c719706
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 @@ -1110,7 +1110,7 @@ If you prefer to manage the `Container` yourself, you can simply instantiate one
``` js
const winston = require('winston');
const { format } = winston;
const { combine, json } = format;
const { combine, label, json } = format;

const container = new winston.Container();

Expand Down

0 comments on commit c719706

Please sign in to comment.