diff --git a/README.md b/README.md index 6dc2c98d..e0f71a2f 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ const GenymotionManager = require('genymotion/device-web-player'); Use `GenymotionManager` to instanciate one or more Genymotion device player. All you need is an HTML element to use as a container. See example below. To find your instance WebRTC address, use the [SaaS API](https://developer.genymotion.com/saas/#operation/getInstance) -or check the [PaaS documentation](https://docs.genymotion.com/paas/latest/02_Getting_Started/), based on your device provider. +or check the [PaaS documentation](https://docs.genymotion.com/paas/02_Getting_Started/), based on your device provider. ```html @@ -127,7 +127,7 @@ Defines the layout of the player. Can be one of the following: `bootstrap`, `ful - **Default:** `undefined` - **Compatibility:** `PaaS`, `SaaS` - **Details:** -Instance access token, the shared secret used to connect to the device. For Genymotion PaaS devices, the token is the instance id (more information can be find [here](https://docs.genymotion.com/paas/latest/02_Getting_Started/)). For SaaS devices, you must generate the access token using the [login api](https://developer.genymotion.com/saas/#section/Authentication). +Instance access token, the shared secret used to connect to the device. For Genymotion PaaS devices, the token is the instance id (more information can be find [here](https://docs.genymotion.com/paas/02_Getting_Started/)). For SaaS devices, you must generate the access token using the [login api](https://developer.genymotion.com/saas/#section/Authentication). ### `i18n`