afrokick 4 anni fa
parent
commit
fe54b3edb1
2 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 2 2
      docs/index.html
  2. 2 2
      docs/template.html

+ 2 - 2
docs/index.html

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

+ 2 - 2
docs/template.html

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