From 1c2e7d5bd17f8645bdbea3c142dc1cfcc440b2d1 Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Mon, 16 Dec 2019 09:28:55 -0600 Subject: [PATCH] Updated README --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 7e36f1f..1d3f881 100644 --- a/README.md +++ b/README.md @@ -219,16 +219,12 @@ int main() { # Smooth Block Progress Bar -Are you in need of a smooth block progress bar using [unicode block elements](https://en.wikipedia.org/wiki/Block_Elements)? Use `BlockProgressBar` instead of `ProgressBar`. - -`BlockProgressBar` uses unicode block elements that achieve a smooth progress bar experience +Are you in need of a smooth block progress bar using [unicode block elements](https://en.wikipedia.org/wiki/Block_Elements)? Use `BlockProgressBar` instead of `ProgressBar`. Thanks to [this blog post](https://mike42.me/blog/2018-06-make-better-cli-progress-bars-with-unicode-block-characters) for making this an easy addition to the library.

-`BlockProgressBar` is slighly less configurable compared to `ProgressBar` but you can still set the prefix text, postfix text, color etc. - ```cpp indicators::BlockProgressBar bar;