From 32a173334b1c521f41ef125808a263b9f9407acc Mon Sep 17 00:00:00 2001 From: Leon <leontosy@gmail.com> Date: Thu, 31 May 2018 16:52:59 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 74ce25c..0d58226 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ LioWebRTC was built on SimpleWebRTC, and modified to be compatible with React. ## Usage +### Installation + +```js +yarn add liowebrtc +// Or +npm i liowebrtc +``` + ### Import LioWebRTC ```js import LioWebRTC from 'liowebrtc'; -- GitLab