Update README.md

This commit is contained in:
Pranav
2019-12-04 19:52:33 -06:00
committed by GitHub
parent 4d5e071f99
commit 418057ac68

View File

@@ -242,7 +242,7 @@ int main() {
} }
``` ```
ProgressSpinner has a vector of strings: `spinner_states`. At each update, the spinner will pick the next string from this sequence to print to the console. Updates to the spinner has similar to ProgressBars: Use either `tick()` or `set_progress(value)`. ProgressSpinner has a vector of strings: `spinner_states`. At each update, the spinner will pick the next string from this sequence to print to the console. The spinner state can be updated similarly to ProgressBars: Using either `tick()` or `set_progress(value)`.
```cpp ```cpp
#include <indica/progress_spinner.hpp> #include <indica/progress_spinner.hpp>