Skip to content

Commit

Permalink
Merge pull request #681 from adamcohen/master
Browse files Browse the repository at this point in the history
Fix typo in readme
  • Loading branch information
indexzero committed Jul 30, 2015
2 parents 53e1889 + c42a783 commit 38de13b
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 @@ -419,7 +419,7 @@ In addition to the predefined `npm` and `syslog` levels available in Winston, yo
customLevelLogger.foobar('some foobar level-ed message');
```

Although there is slight repetition in this data structure, it enables simple encapsulation if you not to have colors. If you do wish to have colors, in addition to passing the levels to the Logger itself, you must make winston aware of them:
Although there is slight repetition in this data structure, it enables simple encapsulation if you do not want to have colors. If you do wish to have colors, in addition to passing the levels to the Logger itself, you must make winston aware of them:

``` js
//
Expand Down

0 comments on commit 38de13b

Please sign in to comment.