Skip to content

Commit 4b8265f

Browse files
authored
Update readme (#52)
* Update readme Signed-off-by: kamilsa <[email protected]>
1 parent de0259c commit 4b8265f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ Target C++ compilers are:
1414

1515
## Supported protocols
1616
* Transports: TCP
17-
* Security protocols: [Plaintext 2.0](https://github.com/libp2p/specs/blob/master/plaintext/README.md), [SECIO](https://github.com/libp2p/specs/blob/master/secio/README.md) (WIP)
17+
* Security protocols: [Plaintext 2.0](https://github.com/libp2p/specs/blob/master/plaintext/README.md), [SECIO](https://github.com/libp2p/specs/blob/master/secio/README.md)
1818
* Multiplexing protocols: [MPlex](https://github.com/libp2p/specs/tree/master/mplex), [Yamux](https://github.com/hashicorp/yamux/blob/master/spec.md)
19-
* [Kademlia DHT](https://github.com/libp2p/specs/pull/108) (WIP)
19+
* [Kademlia DHT](https://github.com/libp2p/specs/pull/108)
20+
* [Gossipsub](https://github.com/libp2p/specs/tree/master/pubsub/gossipsub) (WIP)
2021
* [Identify](https://github.com/libp2p/specs/tree/master/identify)
2122

2223
## Development

0 commit comments

Comments
 (0)