@libp2p/webtransport 5.0.18 → 5.0.19-5c4a79e5a

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
@@ -57,7 +57,7 @@ $ npm i @libp2p/webtransport
57
57
 
58
58
  ## Browser `<script>` tag
59
59
 
60
- Loading this module through a script tag will make it's exports available as `Libp2pWebtransport` in the global namespace.
60
+ Loading this module through a script tag will make its exports available as `Libp2pWebtransport` in the global namespace.
61
61
 
62
62
  ```html
63
63
  <script src="https://unpkg.com/@libp2p/webtransport/dist/index.min.js"></script>