From 57c45ccbaefa44db30ccf154ce40b4a8d6087393 Mon Sep 17 00:00:00 2001 From: Michael Jolley Date: Fri, 3 Jul 2020 19:49:28 -0500 Subject: [PATCH] Updating links in README --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 50558463..869196d0 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ Tokbox is now known as Vonage -![OpenTok Labs](https://d26dzxoao6i3hh.cloudfront.net/items/0U1R0a0e2g1E361H0x3c/Image%202017-11-22%20at%2012.16.38%20PM.png?v=2507a2df) - -##### Disclaimer: This plugin is based on the [Cordova OpenTok Plugin](https://github.com/songz/cordova-plugin-opentok/). Please keep in mind that this is an OpenTok Labs project which means that it's not officially supported by TokBox. +> **Disclaimer:** This plugin is based on the [Cordova OpenTok Plugin](https://github.com/opentok/cordova-plugin-opentok/). Please keep in mind that this is an OpenTok Labs project which means that it's not officially supported by Vonage. ## Sample code @@ -12,25 +10,25 @@ To see the plugin in action, please check out [opentok-cordova-samples.](https:/ ## Using Cordova CLI -Make sure You have Cordova 3.5.0 or greater installed. If you haven't, take a look at the [Cordova instructions](http://cordova.apache.org/docs/en/3.5.0/guide_cli_index.md.html) Page. +Make sure You have Cordova 3.5.0 or greater installed. If you haven't, take a look at the [Cordova instructions](https://cordova.apache.org/docs/en/latest/guide/cli/index.html) Page. 1. Clone this repo to get the source code for the OpenTok Cordova plugin 2. To install the OpenTok Cordova plugin, run the following command in the root of your project: -``` +```bash cordova plugin add cordova-plugin-opentok ``` 3. To remove OpenTok Cordova plugin 3.2.0 and above, use the following command: -``` +```bash cordova plugin remove cordova-plugin-opentok ``` 4. To remove the old OpenTok Cordova plugin, use the following command: -``` +```bash cordova plugin remove com.tokbox.cordova.opentok ``` @@ -38,12 +36,15 @@ cordova plugin remove com.tokbox.cordova.opentok All your editing will be done in your www folder. -To use the opentok library, make sure you include `opentok.js` file in your HTML document. -`` +To use the opentok library, make sure you include `opentok.js` file in your HTML document. + +```HTML + +``` All JavaScript code should be written in `onDeviceReady` function in `/js/index.js` because it is executed after all dependencies has loaded. -``` +```js onDeviceReady: function() { // Do Your Stuff Here! } @@ -51,8 +52,7 @@ All JavaScript code should be written in `onDeviceReady` function in `/js/index. ## Development and Contributing -Interested in contributing? We :heart: pull requests! See the -[Contribution](CONTRIBUTING.md) guidelines. +Interested in contributing? We :heart: pull requests! See the [Contribution](CONTRIBUTING.md) guidelines. ## Getting Help