From 418057ac6859e4d6e63a7f2d181f953336c67e00 Mon Sep 17 00:00:00 2001 From: Pranav Date: Wed, 4 Dec 2019 19:52:33 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2a1458..4e4593c 100644 --- a/README.md +++ b/README.md @@ -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 #include