@libp2p/webrtc 5.0.18-f53f65d18 → 5.0.19-06f79b646
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 +9 -6
- package/package.json +22 -22
- package/LICENSE +0 -4
package/README.md
CHANGED
@@ -222,7 +222,7 @@ $ npm i @libp2p/webrtc
|
|
222
222
|
|
223
223
|
## Browser `<script>` tag
|
224
224
|
|
225
|
-
Loading this module through a script tag will make
|
225
|
+
Loading this module through a script tag will make its exports available as `Libp2pWebrtc` in the global namespace.
|
226
226
|
|
227
227
|
```html
|
228
228
|
<script src="https://unpkg.com/@libp2p/webrtc/dist/index.min.js"></script>
|