From b5469424e8fbbef3086d5292ef072d183d8506ec Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 17 May 2016 16:26:26 +0100 Subject: [PATCH] add examples link to the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f9625b2d..db2b7dfb 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ $ cd $GOPATH/src/github.com/ipfs/go-libp2p $ make ``` +# Examples + +Examples can be found on the [libp2p-examples repo](https://github.com/whyrusleeping/libp2p-examples/) + # Run tests ```bash