From ff2581424d32b6617148a0ffd99eea2869481e4c Mon Sep 17 00:00:00 2001 From: pubnubcraig Date: Mon, 2 Jan 2017 12:28:40 -0800 Subject: [PATCH] updrade pubnub js lib to latest versioned CDN --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cc56d7..1153548 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,10 @@ This should leave you with an elaborate, well styled HTML file that looks someth There are three libraries that you will need to include to make WebRTC operations much easier. The first thing you should include is [jQuery](https://jquery.com/) to make modifying DOM elements a breeze. Then, you will need the PubNub JavaScript SDK to facilitate the WebRTC signaling. Finally, include the PubNub WebRTC SDK which makes placing phone calls as simple as calling the `dial(number)` function. - + + Now we are ready to write our calling functions for `login` and `makeCall`!