helia 4.2.4 → 4.2.5-e567717

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