@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 +1 -1
- package/dist/index.min.js +1 -1
- package/dist/src/rpc/index.d.ts.map +1 -1
- package/dist/src/rpc/index.js +0 -6
- package/dist/src/rpc/index.js.map +1 -1
- package/package.json +33 -33
- package/src/rpc/index.ts +0 -6
- package/LICENSE +0 -4
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
|
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>
|