diff --git a/README.md b/README.md index a96f654..b1cfb0f 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,10 @@ The above code will print a progress bar that goes from 0 to 100% at the rate of If you'd rather control progress of the bar in discrete steps, consider using `bar.set_progress(value)`. Example: +

+ +

+ ```cpp #include #include