fix TOC links

This commit is contained in:
Yusef Napora 2019-04-11 11:48:26 -04:00
parent c331b52d71
commit 51621c18bd
1 changed files with 3 additions and 4 deletions

View File

@ -31,16 +31,15 @@
# Table of Contents
- [Background](#background)
- [Bundles](#bundles)
- [Usage](#usage)
- [Install](#install)
- [API](#api)
- [Examples](#examples)
- [Development](#development)
- [Using the libp2p Workspace](#using-the-libp2p-workspace)
- [About gx](#about-gx)
- [Tests](#tests)
- [Packages](#packages)
- [Contribute](#contribute)
- [License](#license)
## Background
@ -83,7 +82,7 @@ Examples can be found in the [examples repo](https://github.com/libp2p/go-libp2p
## Development
### Using the libp2p workspace
### Using the libp2p Workspace
While developing, you may need to make changes to several modules at once, or you may want changes made locally in one module to be available for import by another.