From eb45575fe25648e3f4c964ebd1301e5e9172206c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pa=C5=ADlo=20Ebermann?= Date: Tue, 14 Nov 2023 18:11:03 +0100 Subject: [PATCH] Fix comparison link in README.md It looks like this got broken in f88ed87341ecb454cb8abe1d630d43ff2b04316d. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 630f40a..5977c38 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Colorize your output in a terminal with clean syntax, e.g., ``` green`Hello World!` ``` ``` red`Error!` ``` ``` black.bgYellow`Warning!` ```. **Why yet one lib?**\ -See [comparison](https://github.com/webdiscus/ansis#compare-most-popular-ansi-libraries) +See [comparison](https://github.com/webdiscus/ansis#compare) and [benchmarks](https://github.com/webdiscus/ansis#benchmark) of most popular Node.js libraries:\ [`chalk`][chalk], [`colors.js`][colors.js], [`colorette`][colorette], [`picocolors`][picocolors], [`kleur`][kleur], [`ansi-colors`][ansi-colors], [`cli-color`][cli-color], [`colors-cli`][colors-cli].