From 00caeaab869355a764cc884ac1dcf4e3ddc4cec7 Mon Sep 17 00:00:00 2001 From: Josh Junon Date: Tue, 17 Jan 2017 03:56:54 -0800 Subject: [PATCH] color -> colors --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cf1ac1f..cc43d89 100644 --- a/readme.md +++ b/readme.md @@ -126,7 +126,7 @@ const ctx = new chalk.constructor({level: 0}); Levels are as follows: -0. All color disabled +0. All colors disabled 1. Basic color support (16 colors) 2. 256 color support 3. RGB/Truecolor support (16 million colors)