From c651ecbe4e7b70ca421ecefd225cbde9e2ccd986 Mon Sep 17 00:00:00 2001 From: Mark Pedrotti Date: Mon, 30 Sep 2019 16:36:58 -0400 Subject: [PATCH] Capitalize table headings and center level numbers --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 86ceab0..6e52c05 100644 --- a/readme.md +++ b/readme.md @@ -132,8 +132,8 @@ If you need to change this in a reusable module, create a new instance: const ctx = new chalk.Instance({level: 0}); ``` -| level | description | -| ---: | :--- | +| Level | Description | +| :---: | :--- | | `0` | All colors disabled | | `1` | Basic color support (16 colors) | | `2` | 256 color support |