Update README.md

This commit is contained in:
Pranav
2019-12-17 21:15:47 -06:00
committed by GitHub
parent 7eb31cf24b
commit 3f21b1d901

View File

@@ -23,6 +23,15 @@
* Source for the above GIF can be found [here](demo/demo.cpp) * Source for the above GIF can be found [here](demo/demo.cpp)
* MIT License * MIT License
# Table of Contents
* [Progress Bar](#progress-bar)
* [Block Progress Bar](#block-progress-bar)
* [Multi Progress](#multiprogress)
* [Progress Spinner](#progress-spinner)
* [Contributing](#contributing)
* [License](#license)
# Progress bar # Progress bar
To introduce a progress bar in your application, include `indicators/progress_bar.hpp` and create a `ProgressBar` object. To introduce a progress bar in your application, include `indicators/progress_bar.hpp` and create a `ProgressBar` object.