diff --git a/README.md b/README.md index 2406178b..36ee44b2 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,10 @@ new Table({ colorMap: { custom_green: '\x1b[32m', // define customized color }, + charLength: { + '👋': 2, + '😅': 2, + }, // custom len of chars in console }); ```