Skip to content

Commit

Permalink
Merge pull request #94 from fingerprintjs/docs/fix-readme-bug
Browse files Browse the repository at this point in the history
chore: fix readme bug
  • Loading branch information
JuroUhlar authored Oct 17, 2024
2 parents dcdfc94 + f440322 commit 78584ed
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 @@ -133,7 +133,7 @@ Set `ignoreCache` to `true` to call the API even if the data is present in the c

```js
// with async/await
const visitorData = await fpjsClient.getVisitorData({ extendedResult: true, ignoreCache: false })
const visitorData = await fpjsClient.getVisitorData({ extendedResult: true }, false)

// with promises
const visitorData = fpjsClient.getVisitorData({ extendedResult: true }).then((visitorData) => {
Expand Down

0 comments on commit 78584ed

Please sign in to comment.