Update README.md

This commit is contained in:
Pranav
2020-05-09 20:35:07 -05:00
committed by GitHub
parent b215cb850e
commit 5972b18450

View File

@@ -37,16 +37,17 @@ make
## Table of Contents ## Table of Contents
* [Progress Bar](#progress-bar) * Supported Indicators
* [Indeterminate Progress Bar](#indeterminate-progress-bar) - [Basic Progress Bar](#basic-progress-bar)
* [Block Progress Bar](#block-progress-bar) - [Indeterminate Progress Bar](#indeterminate-progress-bar)
* [Multi Progress](#multiprogress) - [Block Progress Bar](#block-progress-bar)
* [Dynamic Progress](#dynamicprogress) - [Multi Progress](#multiprogress)
* [Progress Spinner](#progress-spinner) - [Dynamic Progress](#dynamicprogress)
* [Contributing](#contributing) - [Progress Spinner](#progress-spinner)
* [License](#license) * [Contributing](#contributing)
* [License](#license)
## Progress bar ## Basic Progress bar
To introduce a progress bar in your application, include `indicators/progress_bar.hpp` and create a `ProgressBar` object. Here's the general structure of a progress bar: To introduce a progress bar in your application, include `indicators/progress_bar.hpp` and create a `ProgressBar` object. Here's the general structure of a progress bar: