We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b463b04 commit 29d8fd6Copy full SHA for 29d8fd6
README.md
@@ -65,8 +65,8 @@ Floodsub emits two kinds of events:
65
```
66
- `peerInfo`: a [PeerInfo](https://github.com/libp2p/js-peer-info) object
67
- `topics`: the topics that the peer is now subscribed to
68
- - `changes`: an array of `{ topicCID: <topic>, subscribe: <boolean> }`
69
- eg `[ { topicCID: 'fruit', subscribe: true }, { topicCID: 'vegetables': false } ]`
+ - `changes`: an array of `{ topicID: <topic>, subscribe: <boolean> }`
+ eg `[ { topicID: 'fruit', subscribe: true }, { topicID: 'vegetables': false } ]`
70
71
72
## API
0 commit comments