From ee16871d9607025f29d856df8664364d46a6bccb Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Thu, 21 Jun 2018 18:11:19 +0200 Subject: [PATCH] Replace the unmaintained `cli-table` with `cli-table3` (#821) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d0da630..62c2cd4 100644 --- a/readme.md +++ b/readme.md @@ -256,7 +256,7 @@ - [blessed](https://github.com/chjj/blessed) - Curses-like library. - [Inquirer.js](https://github.com/SBoudrias/Inquirer.js) - Interactive command-line prompt. - [yn](https://github.com/sindresorhus/yn) - Parse yes/no like values. -- [cli-table](https://github.com/Automattic/cli-table) - Pretty unicode tables. +- [cli-table3](https://github.com/cli-table/cli-table3) - Pretty unicode tables. - [drawille](https://github.com/madbence/node-drawille) - Draw on the terminal with unicode braille characters. - [update-notifier](https://github.com/yeoman/update-notifier) - Update notifications for your CLI app. - [ascii-charts](https://github.com/jstrace/chart) - ASCII bar chart in the terminal.