@helia/routers 1.1.0 → 1.1.1-2f88fc8

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
@@ -40,7 +40,7 @@ $ npm i @helia/routers
40
40
 
41
41
  ## Browser `<script>` tag
42
42
 
43
- Loading this module through a script tag will make it's exports available as `HeliaRouters` in the global namespace.
43
+ Loading this module through a script tag will make its exports available as `HeliaRouters` in the global namespace.
44
44
 
45
45
  ```html
46
46
  <script src="https://unpkg.com/@helia/routers/dist/index.min.js"></script>