diff --git a/README.md b/README.md index d6548cf..b51c32b 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ int main() { # MultiProgress -`indicators` supports management of multiple progress bars with the `MultiProgress` class. +`indicators` supports management of multiple progress bars with the `MultiProgress` class template. `template class MultiProgress` is a class template that holds references to multiple progress bars and provides a safe interface to update the state of each bar. `MultiProgress` works with both `ProgressBar` and `BlockProgressBar` classes.