@libp2p/circuit-relay-v2 3.1.3 → 3.1.4
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/dist/index.min.js +8 -5
- package/package.json +23 -23
- package/LICENSE +0 -4
package/README.md
CHANGED
@@ -69,7 +69,7 @@ $ npm i @libp2p/circuit-relay-v2
|
|
69
69
|
|
70
70
|
## Browser `<script>` tag
|
71
71
|
|
72
|
-
Loading this module through a script tag will make
|
72
|
+
Loading this module through a script tag will make its exports available as `Libp2pCircuitRelayV2` in the global namespace.
|
73
73
|
|
74
74
|
```html
|
75
75
|
<script src="https://unpkg.com/@libp2p/circuit-relay-v2/dist/index.min.js"></script>
|