add examples link to the readme

This commit is contained in:
David Dias 2016-05-17 16:26:26 +01:00
parent 28507c5229
commit b5469424e8
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ $ cd $GOPATH/src/github.com/ipfs/go-libp2p
$ make $ make
``` ```
# Examples
Examples can be found on the [libp2p-examples repo](https://github.com/whyrusleeping/libp2p-examples/)
# Run tests # Run tests
```bash ```bash