Skip to content

Commit

Permalink
Merge pull request #11 from jmaneyrol69/main
Browse files Browse the repository at this point in the history
Fix bad URL (404) in README.md
  • Loading branch information
srats authored Mar 15, 2022
2 parents b002b49 + 6139c2b commit ce0bf42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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`

Expand Down

0 comments on commit ce0bf42

Please sign in to comment.