Cosmetic fix for external resources links

This commit is contained in:
Paul-Louis Ageneau
2020-07-20 14:15:34 +02:00
parent 1fb0d8923b
commit fa931aba64

View File

@ -197,6 +197,6 @@ ws->open("wss://my.websocket/service");
```
## External resources
- Rust wrappers for libdatachannel: [lerouxrgd/datachannel-rs](https://github.com/lerouxrgd/datachannel-rs)
- WebAssembly wrappers compatible with libdatachannel: [paullouisageneau/datachannel-wasm](https://github.com/paullouisageneau/datachannel-wasm)
- Rust wrappers for libdatachannel: [datachannel-rs](https://github.com/lerouxrgd/datachannel-rs)
- WebAssembly wrappers compatible with libdatachannel: [datachannel-wasm](https://github.com/paullouisageneau/datachannel-wasm)