Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM authored Feb 27, 2020
1 parent ef7c9cb commit 5abe087
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,13 @@ In your ionic app:

*sessionToken* should be unique for each call. Check /sessions endpoint in th[e Veriff API documentation](https://developers.veriff.com/#sessions) to learn how to generate one.

```javascript
let sessionToken = "your Veriff session token"
this.platform.ready().then(() => {
VERIFF.start(sessionToken).then(code => {
// The promise returns the verification result of Veriff SDK
});
});
```

## Changelog

See [CHANGELOG.md](CHANGELOG.md)
Expand Down

0 comments on commit 5abe087

Please sign in to comment.