Update README.md

This commit is contained in:
Pranav
2019-12-04 19:30:38 -06:00
committed by GitHub
parent 0f93474e7b
commit 27b838bd0c

View File

@@ -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));
}
};