@libp2p/webrtc 5.0.19-b248eefc0 → 5.0.19-d19974d93

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
@@ -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 it's exports available as `Libp2pWebrtc` in the global namespace.
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>