Skip to content

Commit

Permalink
docs(README): add Region.AP to example values
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed Jun 14, 2023
1 parent f090ffc commit 061242f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Creates an instance of the client.
const client = new FingerprintJsServerApiClient({region: Region.EU, apiKey: "<api_key>"});
```
##### Params
- `region: Region` - a region of the server, possible value `Region.EU` or `Region.Global`
- `region: Region` - a region of the server, possible values: `Region.EU`, `Region.AP`, or `Region.Global`
- `apiKey: string` - secret API key from the [FingerprintJS dashboard](https://dashboard.fingerprint.com/)
- `fetch?: typeof fetch` - optional implementation of `fetch` function (defaults to `node-fetch`)
---
Expand Down

0 comments on commit 061242f

Please sign in to comment.