Skip to content

Commit b9aa43a

Browse files
authored
Update README.md
1 parent e64e7cd commit b9aa43a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You have the possibility to set up the following options on the Adjust prefab:
7070
* [Event Buffering](#event-buffering)
7171
* [Print Attribution](#attribution-callback)
7272
* [Send In Background](#background-tracking)
73-
* [Launch Deferred Deep Link](#deeplinking-deferred)
73+
* [Launch Deferred Deep Link](#deeplinking-deferred-open)
7474
* [App Token](#app-token)
7575
* [Log Level](#adjust-logging)
7676
* [Environment](#environment)
@@ -574,9 +574,10 @@ adjustConfig.setDeferredDeeplinkDelegate (DeferredDeeplinkCallback);
574574
Adjust.start (adjustConfig);
575575
```
576576

577-
In deferred deep linking scenario, there is one additional setting which can be set on the `AdjustConfig` object. Once the
578-
adjust SDK gets the deferred deep link info, we are offering you the possibility to choose whether our SDK should open this
579-
URL or not. You can choose to set this option by calling the `setLaunchDeferredDeeplink` method on the config object:
577+
<a id="deeplinking-deferred-open">In deferred deep linking scenario, there is one additional setting which can be set on the
578+
`AdjustConfig` object. Once the adjust SDK gets the deferred deep link info, we are offering you the possibility to choose
579+
whether our SDK should open this URL or not. You can choose to set this option by calling the `setLaunchDeferredDeeplink`
580+
method on the config object:
580581

581582
```cs
582583
// ...

0 commit comments

Comments
 (0)