You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/transports/README.md
+6-8
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ A more complete definition of what is a transport can be found on the [interface
10
10
11
11
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).
12
12
13
-
You will need 4 deps total, so go ahead and install all of them with:
13
+
You will need 5 deps total, so go ahead and install all of them with:
0 commit comments