From c42a7837a002eb343f6cc6d06b2f935a245d1b5b Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Thu, 30 Jul 2015 13:00:42 +1000 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af29d56f4..e1c547577 100644 --- a/README.md +++ b/README.md @@ -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 //