libp2p 2.1.6 → 2.1.7-0d326d102

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -74,14 +74,6 @@ We are in the process of writing better documentation, blog posts, tutorials and
74
74
 
75
75
  To sum up, libp2p is a "network stack" -- a protocol suite -- that cleanly separates concerns, and enables sophisticated applications to only use the protocols they absolutely need, without giving up interoperability and upgradeability. libp2p grew out of IPFS, but it is built so that lots of people can use it, for lots of different projects.
76
76
 
77
- # Roadmap
78
-
79
- The js-libp2p roadmap can be found here: <https://github.com/libp2p/js-libp2p/blob/main/ROADMAP.md>
80
-
81
- It represents current projects the js-libp2p maintainers are focused on and provides an estimation of completion targets.
82
-
83
- It is complementary to the overarching libp2p project roadmap: <https://github.com/libp2p/specs/blob/master/ROADMAP.md>
84
-
85
77
  # Usage
86
78
 
87
79
  ### Configuration