@libp2p/circuit-relay-v2 3.1.3-0862522fe → 3.1.3-339b7df88

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -69,7 +69,7 @@ $ npm i @libp2p/circuit-relay-v2
69
69
 
70
70
  ## Browser `<script>` tag
71
71
 
72
- Loading this module through a script tag will make it's exports available as `Libp2pCircuitRelayV2` in the global namespace.
72
+ Loading this module through a script tag will make its exports available as `Libp2pCircuitRelayV2` in the global namespace.
73
73
 
74
74
  ```html
75
75
  <script src="https://unpkg.com/@libp2p/circuit-relay-v2/dist/index.min.js"></script>