@libp2p/floodsub 11.0.21-d59c165ac → 11.0.21-ed1ad1f26
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 +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.js +1 -1
- package/package.json +8 -8
- package/src/index.ts +1 -1
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ This module is a naive implementation of pubsub. It broadcasts all messages to a
|
|
|
30
30
|
|
|
31
31
|
It exists for academic purposes only, you should not use it in production.
|
|
32
32
|
|
|
33
|
-
Instead please use [gossipsub](https://www.npmjs.com/package/@
|
|
33
|
+
Instead please use [gossipsub](https://www.npmjs.com/package/@libp2p/gossipsub) - a more complete implementation which is also compatible with floodsub.
|
|
34
34
|
|
|
35
35
|
## Example - Configuring libp2p to use floodsub
|
|
36
36
|
|