Skip to content

Commit ed214f1

Browse files
authoredApr 4, 2020
Merge pull request #69 from ChainSafe/docs/specify-spec-version-implemented
docs: specify spec version implemented
2 parents 4b133b1 + beb3c90 commit ed214f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ js-libp2p-gossipsub
2020
## Specs
2121
Gossipsub is an implementation of pubsub based on meshsub and floodsub. You can read the specification [here](https://github.com/libp2p/specs/tree/master/pubsub/gossipsub).
2222

23+
`libp2p-gossipsub` currently implements the `v1.0` of the spec.
24+
2325
## Install
2426

2527
`npm install libp2p-gossipsub`

0 commit comments

Comments
 (0)
Please sign in to comment.