@libp2p/kad-dht 14.1.3-8a9258a24 → 14.1.3-99f5f270b

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -146,7 +146,7 @@ $ npm i @libp2p/kad-dht
146
146
 
147
147
  ## Browser `<script>` tag
148
148
 
149
- Loading this module through a script tag will make it's exports available as `Libp2pKadDht` in the global namespace.
149
+ Loading this module through a script tag will make its exports available as `Libp2pKadDht` in the global namespace.
150
150
 
151
151
  ```html
152
152
  <script src="https://unpkg.com/@libp2p/kad-dht/dist/index.min.js"></script>