|
@@ -19,9 +19,9 @@
|
|
|
<h2>Setup</h2>
|
|
|
<h3>1. Include the Javascript client</h3>
|
|
|
<p>Add the PeerJS client library to your webpage.</p>
|
|
|
- <pre><script src="https://unpkg.com/peerjs@1.3.0/dist/peerjs.min.js"></script></pre>
|
|
|
+ <pre><script src="https://unpkg.com/peerjs@1.3.1/dist/peerjs.min.js"></script></pre>
|
|
|
<p>If you prefer, you can host it yourself:
|
|
|
- <a download href="https://unpkg.com/peerjs@1.3.0/dist/peerjs.min.js">peerjs.min.js</a>, or
|
|
|
+ <a download href="https://unpkg.com/peerjs@1.3.1/dist/peerjs.min.js">peerjs.min.js</a>, or
|
|
|
<a href="https://github.com/peers/peerjs">fork us on Github</a>.</p>
|
|
|
<h3>2. Create the Peer object</h3>
|
|
|
<p>The Peer object is where we create and receive connections.</p>
|