From 660e7767d131fcba0a54c7b017b3d8763ad5bb8c Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Thu, 16 Jun 2022 05:49:26 +0200 Subject: [PATCH] Fix comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dc13aa..8a9f185 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ allprojects { public class Example1 { public static void main(String[] args) { ColoredString hello = new ColoredString("Hello, "); - hello.setForegroundColor(TextColor.ANSI.BLUE); // Set text color to red + hello.setForegroundColor(TextColor.ANSI.BLUE); // Set text color to blue hello.setBackgroundColor("magenta"); // Set background color to magenta hello.addStyle(TextStyle.BOLD); // Add bold style