Skip to content

Commit

Permalink
Update README (CA region) (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben A authored Jun 30, 2020
1 parent a604754 commit 5ac0156
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ Instantiate and configure an `Onfido` instance with your API token, and region i

```java
Onfido onfido = Onfido.builder()
.apiToken(<YOUR_API_TOKEN_HERE>)
.regionUS() // Defaults to EU region, add this to switch to US
.apiToken(System.getenv("ONFIDO_API_TOKEN"))
// Defaults to api.onfido.com, supports .regionUS() and .regionCA()
// .regionUS()
.build();
```

Expand Down

0 comments on commit 5ac0156

Please sign in to comment.