@libp2p/webrtc 5.0.19 → 5.0.20

Sign up to get free protection for your applications and to get access to all the features.
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>