From c02f068d1d3618227c584ab49d2206c717e1df10 Mon Sep 17 00:00:00 2001 From: backkem Date: Thu, 14 Feb 2019 18:10:48 +0100 Subject: [PATCH] Docs: link to examples --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bcfbd8..2fba111 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ 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 There is currently no dependency management technique implemented.