From aa3627d6e3c1d51ce75e0a5a3dbb6d2e63b17d6d Mon Sep 17 00:00:00 2001 From: Pranav Date: Tue, 3 Dec 2019 21:26:00 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 462f4de..99e48f9 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ int main() { bar.lead_progress_with("■"); bar.fill_remainder_with("-"); bar.end_with("]"); + bar.color(ProgressBar::Color::YELLOW); // As configured, the bar will look like this: //