Update README.md

This commit is contained in:
Pranav
2019-12-03 21:10:47 -06:00
committed by GitHub
parent 62ea075bba
commit 349d7b0805

View File

@@ -9,8 +9,6 @@
int main() {
ProgressBar bar;
// Configure progress bar
bar.bar_width(50);
bar.start_with("[");
bar.fill_progress_with("■");