Merge pull request #120 from avighnac/master

Fix 'block progress bar' README.md example not working
This commit is contained in:
Pranav
2023-03-10 17:19:26 -06:00
committed by GitHub

View File

@@ -275,6 +275,7 @@ Are you in need of a smooth block progress bar using [unicode block elements](ht
```cpp
#include <indicators/block_progress_bar.hpp>
#include <indicators/cursor_control.hpp>
#include <thread>
#include <chrono>