Parcourir la source

Added installation method for yarn

PrashoonB il y a 4 ans
Parent
commit
6deb3db0a9
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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';