@helia/block-brokers 0.0.0 → 1.0.0-3477b27

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
@@ -11,28 +11,32 @@
11
11
 
12
12
  > Block brokers for Helia
13
13
 
14
- ## Install
14
+ # Install
15
15
 
16
16
  ```console
17
17
  $ npm i @helia/block-brokers
18
18
  ```
19
19
 
20
- <!-- ### Browser `<script>` tag
20
+ ## Browser `<script>` tag
21
21
 
22
- Loading this module through a script tag will make it's exports available as `bitswap` and `trustlessGateway` and `NetworkedStorage` in the global namespace.
22
+ Loading this module through a script tag will make it's exports available as `HeliaBlockBrokers` in the global namespace.
23
23
 
24
24
  ```html
25
25
  <script src="https://unpkg.com/@helia/block-brokers/dist/index.min.js"></script>
26
- ``` -->
26
+ ```
27
+
28
+ # API Docs
29
+
30
+ - <https://ipfs.github.io/helia/modules/_helia_block_brokers.html>
27
31
 
28
- ## License
32
+ # License
29
33
 
30
34
  Licensed under either of
31
35
 
32
36
  - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
33
37
  - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
34
38
 
35
- ## Contribute
39
+ # Contribute
36
40
 
37
41
  Contributions welcome! Please check out [the issues](https://github.com/ipfs/helia/issues).
38
42