浏览代码

Added installation method for yarn

PrashoonB 4 年之前
父节点
当前提交
6deb3db0a9
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -18,6 +18,8 @@ Here's an example application that uses both media and data connections: https:/
 
   with npm:
         `npm install peerjs`
+  with yarn:
+        `npm install peerjs`
     and the usage:
   ```js
   import Peer from 'peerjs';