From 808536040d168d94cef27f068897da3f67920a5c Mon Sep 17 00:00:00 2001 From: Juraj Uhlar Date: Tue, 10 Sep 2024 17:58:42 +0100 Subject: [PATCH] chore: update javascript agent link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c55908..24a4420 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ Fingerprint Pro usage is billed per API call. To avoid unnecessary API calls, it * Pass `{ignoreCache: true}` to the `getData()`/`getVisitorData()`/`getVisitorDataExtended()` function to ignore cached results for that specific API call. > [!NOTE] -> If you use data from [`extendedResult`](https://dev.fingerprint.com/docs/js-agent#extendedresult), pay additional attention to your caching strategy. +> If you use data from [`extendedResult`](https://dev.fingerprint.com/reference/get-function#extendedresult), pay additional attention to your caching strategy. > Some fields, for example, `ip` or `lastSeenAt`, might change over time for the same visitor. Use `getData({ ignoreCache: true })` to fetch the latest identification results. ## Support and feedback