Skip to content

Commit

Permalink
chore: Update readme for charLength (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayonious authored Aug 24, 2022
1 parent d17b888 commit 9377508
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ new Table({
colorMap: {
custom_green: '\x1b[32m', // define customized color
},
charLength: {
'👋': 2,
'😅': 2,
}, // custom len of chars in console
});
```

Expand Down

0 comments on commit 9377508

Please sign in to comment.