From a528d0d6833a09b80c283f4d910d658d405ce361 Mon Sep 17 00:00:00 2001 From: Pranav Date: Tue, 17 Dec 2019 10:05:44 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d09023..f09c107 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ int main() { Here's the general structure of a progress bar: ``` -{prefix} {start} {fill} {lead} {remaining} {end} {percentage} [{elapsed}<{remaining}?] {postfix} +{prefix} {start} {fill} {lead} {remaining} {end} {percentage} [{elapsed}<{remaining}] {postfix} ^^^^^^^^^^^^^ Bar Width ^^^^^^^^^^^^^^^ ```