diff --git a/README.md b/README.md index 5d04cb12..90e7b250 100644 --- a/README.md +++ b/README.md @@ -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.