From 29a9a10dd42421246fd352ab02be722e94f0c2f6 Mon Sep 17 00:00:00 2001 From: Elven Date: Sun, 30 Jul 2017 21:53:23 +0800 Subject: [PATCH] the link of 1.js is wrong the link of 1.js is wrong , it should be https://github.com/libp2p/js-libp2p/blob/master/examples/transports/1.js --- examples/transports/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/transports/README.md b/examples/transports/README.md index 07fb387211..e775e6f986 100644 --- a/examples/transports/README.md +++ b/examples/transports/README.md @@ -8,7 +8,7 @@ A more complete definition of what is a transport can be found on the [interface ## 1. Creating a libp2p Bundle with TCP -When using libp2p, you always want to create your own libp2p Bundle, that is, pick your set of modules and create your network stack with the properties you need. In this example, we will create a bundle with TCP. You can find the complete solution on the file [1.js](/1.js). +When using libp2p, you always want to create your own libp2p Bundle, that is, pick your set of modules and create your network stack with the properties you need. In this example, we will create a bundle with TCP. You can find the complete solution on the file [1.js](https://github.com/libp2p/js-libp2p/blob/master/examples/transports/1.js). You will need 4 deps total, so go ahead and install all of them with: