From d17b47a8269420a3d1cc29292e8290c2b21be4b1 Mon Sep 17 00:00:00 2001 From: Leon <leontosy@gmail.com> Date: Sun, 21 Apr 2019 15:04:10 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d53e370..3a34d9c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # LioWebRTC + +[](https://www.npmjs.com/package/liowebrtc) + A WebRTC library that makes it easy to embed scalable peer to peer communication into UI components. LioWebRTC works standalone, but it is also compatible with React, Vue, Electron, etc. It can be configured for scalability using partial mesh networks, making it possible to emit data to thousands of peers in a room, while only needing to be connected to at least one other peer in the room. -- GitLab