diff --git a/docs/docs/getting-started.mdx b/docs/docs/getting-started.mdx index 939d9402..e769c234 100644 --- a/docs/docs/getting-started.mdx +++ b/docs/docs/getting-started.mdx @@ -51,7 +51,7 @@ yarn add react-tooltip :::info -If you've been using V5 for a while, you'll notice we've deprecated the `anchorId` prop in favor of the `data-tooltip-it` attribute, or the `anchorSelect` prop. +If you've been using V5 for a while, you'll notice we've deprecated the `anchorId` prop in favor of the `data-tooltip-id` attribute, or the `anchorSelect` prop. For more info and more complex use cases using `anchorSelect`, check [the examples](./examples/anchor-select.mdx). :::