From d8a4d8613e3d6e2a8b88fcb14749286b0ee6870b Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Wed, 20 Aug 2014 16:39:42 +0200 Subject: [PATCH] connect example --- examples/PeerJs-Json/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/PeerJs-Json/index.js b/examples/PeerJs-Json/index.js index b1f754a2..7849f596 100644 --- a/examples/PeerJs-Json/index.js +++ b/examples/PeerJs-Json/index.js @@ -13,9 +13,9 @@ ### Create Connector The PeerJs Framework requires an API key, or you need to set up your own PeerJs server. -Get an API key from the Website. +Get an API key from the [Website](http://peerjs.com/peerserver). The first parameter of `createPeerJsConnector` is forwarded as the options object in PeerJs. -Therefore, you may also specify the server/port here. +Therefore, you may also specify the server/port here, if you have set up your own server. */ var yatta, yattaHandler; Y.createPeerJsConnector({key: 'h7nlefbgavh1tt9'}, function(Connector, user_id){