fix the table (had a typo)

This commit is contained in:
David Dias
2020-03-20 07:42:23 +00:00
committed by GitHub
parent 5f9e94f4d4
commit b694d56c50

View File

@@ -19,12 +19,12 @@ If you are new to Gossipsub and/or PubSub in general, we recommend you to first:
Legend: ✅ = complete, 🏗 = in progress, ❕ = not started yet
| Name | v1.0 | v1.1 |
|--------------------------------------------------------------------------------------------------|:-----:|:-- --:|
|--------------------------------------------------------------------------------------------------|:-----:|:-----:|
| [go-libp2p-pubsub (Golang)](https://github.com/libp2p/go-libp2p-pubsub/blob/master/gossipsub.go) | ✅ | ✅ |
| [gossipsub-js (JavaScript)](https://github.com/ChainSafeSystems/gossipsub-js) | ✅ | ❕ |
| [rust-libp2p (Rust)](https://github.com/libp2p/rust-libp2p/tree/master/protocols/gossipsub) | 🏗 | ❕ |
| [py-libp2p (Python)](https://github.com/libp2p/py-libp2p/tree/master/libp2p/pubsub) | ✅ | ❕ |
| [jvm-libp2p (Java/Kotlin)](https://github.com/libp2p/jvm-libp2p/tree/develop/src/main/kotlin/io/libp2p/pubsub) | ✅ | ❕ |
| [jvm-libp2p (Java/Kotlin)](https://github.com/libp2p/jvm-libp2p/tree/develop/src/main/kotlin/io/libp2p/pubsub) | ✅ | ❕
Additional tooling: