From 951860c1682e3f9cc8efb946fc154a7b50c2b4d4 Mon Sep 17 00:00:00 2001 From: Boris Lobanov Date: Wed, 13 Mar 2024 08:31:05 +0100 Subject: [PATCH] fix: review Co-authored-by: Juraj Uhlar --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d9bdd4..beefc03 100644 --- a/README.md +++ b/README.md @@ -189,9 +189,9 @@ export default App; See the full code example in the [examples folder](https://github.com/fingerprintjs/fingerprintjs-pro-react/tree/main/examples/create-react-app). ## Linking and tagging information -The visitorId provided by Fingerprint Identification is especially useful when combined with information you already know about your users, for example, account IDs, order IDs, etc. To learn more about various applications of the linkedId and tags, see [Linking and tagging information](https://dev.fingerprint.com/docs/tagging-information). +The `visitorId` provided by Fingerprint Identification is especially useful when combined with information you already know about your users, for example, account IDs, order IDs, etc. To learn more about various applications of the `linkedId` and `tag`, see [Linking and tagging information](https://dev.fingerprint.com/docs/tagging-information). -Associate your data with a visitorId using the linkedId or tag parameter of the options that are passed into the `useVisitorData()` hook: +Associate your data with a visitor ID using the `linkedId` or `tag` parameter of the options object passed into the `useVisitorData()` hook or the `getData` function: ```jsx // ...