Skip to content

Commit

Permalink
Update ToC for README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
toc-me[bot] committed Feb 7, 2019
1 parent 772469d commit d3c985e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,35 @@ commit [0360811][]. It was created via `git clone --bare` and `git push

<!-- toc -->

- [Installation](#installation)
* [Supported Bash versions](#supported-bash-versions)
* [Homebrew](#homebrew)
* [npm](#npm)
* [Installing Bats from source](#installing-bats-from-source)
* [Running Bats in Docker](#running-bats-in-docker)
+ [Building a Docker image](#building-a-docker-image)
- [Usage](#usage)
- [Writing tests](#writing-tests)
* [`run`: Test other commands](#run-test-other-commands)
* [`load`: Share common code](#load-share-common-code)
* [`skip`: Easily skip tests](#skip-easily-skip-tests)
* [`setup` and `teardown`: Pre- and post-test hooks](#setup-and-teardown-pre--and-post-test-hooks)
* [Code outside of test cases](#code-outside-of-test-cases)
* [File descriptor 3 (read this if Bats hangs)](#file-descriptor-3-read-this-if-bats-hangs)
* [Printing to the terminal](#printing-to-the-terminal)
* [Special variables](#special-variables)
- [Testing](#testing)
- [Support](#support)
- [Contributing](#contributing)
- [Contact](#contact)
- [Version history](#version-history)
- [Background](#background)
* [Why was this fork created?](#why-was-this-fork-created)
* [What's the plan and why?](#whats-the-plan-and-why)
- [Copyright](#copyright)

<!-- tocstop -->

## Installation

### Supported Bash versions
Expand Down

0 comments on commit d3c985e

Please sign in to comment.