diff --git a/README.md b/README.md index 74ce25c49222822b0298f4f455689a5d27eac69a..0d58226c76240d94f46e4de0973cef8f871923b9 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';