Change * for - for consistency

This commit is contained in:
Thomas Hughes 2020-06-25 19:22:10 -05:00 committed by GitHub
parent 04e7807d4e
commit b1a578b42c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,16 +11,16 @@ The end goal of this tool:
## Table of Contents
* [How it works](#how-it-works)
* [Supported linters](#supported-linters)
* [Usage](#how-to-use)
* [Environment variables](#environment-variables)
* [Disable rules](#disabling-rules)
* [Docker Hub](#docker-hub)
* [Run Super-Linter locally](#running-super-linter-locally-troubleshootingdebuggingenhancements)
* [CI / CT/ CD](#cictcd)
* [Limitations](#limitations)
* [Contributing](#how-to-contribute)
- [How it works](#how-it-works)
- [Supported linters](#supported-linters)
- [Usage](#how-to-use)
- [Environment variables](#environment-variables)
- [Disable rules](#disabling-rules)
- [Docker Hub](#docker-hub)
- [Run Super-Linter locally](#running-super-linter-locally-troubleshootingdebuggingenhancements)
- [CI / CT/ CD](#cictcd)
- [Limitations](#limitations)
- [Contributing](#how-to-contribute)
## How it Works