From f50cbd5d8a387740dfad4b30d126815fe2cdf7d5 Mon Sep 17 00:00:00 2001 From: Chris Dostert Date: Sat, 27 Jan 2018 06:56:01 -0800 Subject: [PATCH] add link to example implementation --- examples/libp2p-host/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/libp2p-host/README.md b/examples/libp2p-host/README.md index 1edee72cb2..f0cac08374 100644 --- a/examples/libp2p-host/README.md +++ b/examples/libp2p-host/README.md @@ -77,4 +77,4 @@ And thats it, you have a libp2p host and you're ready to start doing some awesom In future guides we will go over ways to use hosts, configure them differently (hint: there are a huge number of ways to set these up), and interesting ways to apply this technology to various applications you might want to build. -To see this code all put together, take a look at the `host.go` file in this directory. +To see this code all put together, take a look at [host.go](host.go).