From 1c7f26e08c83fc176a49d23e512d9849e7f7f9da Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 12 May 2021 10:16:03 -0700 Subject: [PATCH] doc(examples): remove unecessary header info This is already covered in the project readme. --- examples/README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/examples/README.md b/examples/README.md index bc7e0d22da..7930ff7860 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,9 +1,4 @@ -# `go-libp2p` examples and tutorials - -[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai) -[![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](https://libp2p.io/) -[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p) -[![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io) +# go-libp2p examples and tutorials In this folder, you can find a variety of examples to help you get started in using go-libp2p. Every example as a specific purpose and some of each incorporate a full tutorial that you can follow through, helping you expand your knowledge about libp2p and p2p networks in general.