From 24db1200d8a5d273ea1d8ea2e072ed1372c2cd46 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 29 Jun 2017 22:33:21 +0200 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c324504..5ef6ed4 100644 --- a/readme.md +++ b/readme.md @@ -117,9 +117,9 @@ Multiple arguments will be separated by space. ### chalk.enabled -Color support is automatically detected, as is the level (see `chalk.level`). However, if you'd like to simply enable/disable chalk, you can do so via the `.enabled` property. +Color support is automatically detected, as is the level (see `chalk.level`). However, if you'd like to simply enable/disable Chalk, you can do so via the `.enabled` property. -Chalk is enabled by default unless expicitly disabled via the constructor. +Chalk is enabled by default unless expicitly disabled via the constructor or `chalk.level` is `0`. If you need to change this in a reusable module, create a new instance: