From 27b838bd0c201385e67cdb0411a2bd5e20553af8 Mon Sep 17 00:00:00 2001 From: Pranav Date: Wed, 4 Dec 2019 19:30:38 -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 54e04f4..75b65b4 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ int main() { bar.set_postfix_text(status_text[index % status_text.size()]); bar.tick(); index += 1; - std::this_thread::sleep_for(std::chrono::milliseconds(2000)); + std::this_thread::sleep_for(std::chrono::milliseconds(200)); } };