Skip to content

Commit 29d8fd6

Browse files
authored
chore: readme typo (#77)
1 parent b463b04 commit 29d8fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Floodsub emits two kinds of events:
6565
```
6666
- `peerInfo`: a [PeerInfo](https://github.com/libp2p/js-peer-info) object
6767
- `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 } ]`
68+
- `changes`: an array of `{ topicID: <topic>, subscribe: <boolean> }`
69+
eg `[ { topicID: 'fruit', subscribe: true }, { topicID: 'vegetables': false } ]`
7070

7171

7272
## API

0 commit comments

Comments
 (0)