From 445dcc5d2fa20493eedca460474ab820bbb660df Mon Sep 17 00:00:00 2001 From: Alexander Ioffe Date: Thu, 25 Jan 2024 00:13:18 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63a7ac5..825953a 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,7 @@ println(CustomPPrinter4(PPrinterConfig(defaultShowFieldNames = false)).invoke(be # Fansi for Kotlin +PPrint is powered by Fansi. It relies on this amazing library in order to be able to print out ansi-colored strings. > NOTE. Most of this is taken from the original Fansi documentation [here](https://raw.githubusercontent.com/com-lihaoyi/fansi/master/readme.md)