Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 842a544

Browse files
Ryan Belldaviddias
Ryan Bell
authored andcommitted
Update README.md (#156)
Fixed typo.
1 parent b22b6f3 commit 842a544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API/pubsub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This works like `EventEmitter.removeListener`, as that only the `handler` passed
5252
const topic = 'fruit-of-the-day'
5353

5454
const receiveMsg = (msg) => {
55-
console.log(msg.toString()
55+
console.log(msg.toString())
5656
}
5757

5858
ipfs.pubsub.subscribe(topic, receiveMsg)

0 commit comments

Comments
 (0)