Docs: link to examples
This commit is contained in:
parent
eb57afb1c4
commit
c02f068d1d
|
@ -1,6 +1,9 @@
|
||||||
go-libp2p-webrtc-direct
|
go-libp2p-webrtc-direct
|
||||||
===
|
===
|
||||||
Package ``go-libp2p-webrtc-direct`` aims to be a Go port of [js-libp2p-webrtc-direct](https://github.com/libp2p/js-libp2p-webrtc-direct).
|
Package ``go-libp2p-webrtc-direct`` is a Go port of [js-libp2p-webrtc-direct](https://github.com/libp2p/js-libp2p-webrtc-direct) that implements the [go-libp2p-transport](https://github.com/libp2p/go-libp2p-transport) interface.
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
Check the [examples](./examples) folder for usage and integration examples.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
There is currently no dependency management technique implemented.
|
There is currently no dependency management technique implemented.
|
||||||
|
|
Loading…
Reference in New Issue