@libp2p/webtransport 3.1.10 → 4.0.0-7682861f9

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
@@ -1,7 +1,7 @@
1
1
  [![libp2p.io](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)
2
2
  [![Discuss](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg?style=flat-square)](https://discuss.libp2p.io)
3
3
  [![codecov](https://img.shields.io/codecov/c/github/libp2p/js-libp2p.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p)
4
- [![CI](https://img.shields.io/github/actions/workflow/status/libp2p/js-libp2p/main.yml?branch=master\&style=flat-square)](https://github.com/libp2p/js-libp2p/actions/workflows/main.yml?query=branch%3Amaster)
4
+ [![CI](https://img.shields.io/github/actions/workflow/status/libp2p/js-libp2p/main.yml?branch=main\&style=flat-square)](https://github.com/libp2p/js-libp2p/actions/workflows/main.yml?query=branch%3Amain)
5
5
 
6
6
  > JavaScript implementation of the WebTransport module that libp2p uses and that implements the interface-transport spec
7
7
 
@@ -40,8 +40,6 @@ Loading this module through a script tag will make it's exports available as `Li
40
40
  <script src="https://unpkg.com/@libp2p/webtransport/dist/index.min.js"></script>
41
41
  ```
42
42
 
43
- For more information see [libp2p/js-libp2p/doc/CONFIGURATION.md#customizing-transports](https://github.com/libp2p/js-libp2p/blob/master/doc/CONFIGURATION.md#customizing-transports).
44
-
45
43
  # API Docs
46
44
 
47
45
  - <https://libp2p.github.io/js-libp2p/modules/_libp2p_webtransport.html>
@@ -56,5 +54,3 @@ Licensed under either of
56
54
  # Contribution
57
55
 
58
56
  Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
59
-
60
- See the [Contributing](./CONTRIBUTING.md) doc for details on developing changes to this repo.