@libp2p/autonat 2.0.12 → 2.0.13-127abe24b

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