docs: fix typo in readme (#221)

This commit is contained in:
Alex Potsides
2025-02-20 10:50:48 +00:00
committed by GitHub
parent 34d63d6ad3
commit de94284638

View File

@@ -20,7 +20,7 @@ Some of the cool and cutting-edge [transport protocols](https://connectivity.lib
## Packages
| Packge | Description | WebTransport | WebRTC | WebRTC-direct | QUIC | TCP |
| Package | Description | WebTransport | WebRTC | WebRTC-direct | QUIC | TCP |
| :-------------------------- | :------------------------------ | ------------ | ------ | ------------- | ---- | --- |
| [`js-peer`](./js-peer/) | Browser Chat Peer in TypeScript | ✅ | ✅ | ✅ | ❌ | ❌ |
| [`go-peer`](./go-peer/) | Chat peer implemented in Go | ✅ | ❌ | ✅ | ✅ | ✅ |