Skip to content

Commit 176a24c

Browse files
author
easteracrobat
committed
proofing
1 parent 8a9fd08 commit 176a24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ You have the possibility to set up the following options on the Adjust prefab:
9898

9999
We use this environment to distinguish between real traffic and artificial traffic from test devices. It is very important that you keep this value meaningful at all times! Especially if you are tracking revenue.
100100

101-
<a id="start-manually">If you don't want the Adjust SDK to start automatically at the `Awake` event of the app, tick the box `Start Manually`. With this option selected, you will need to initialise and start the Adjust SDK from the code. Call the method `Adjust.start` with the `AdjustConfig` object as a parameter to start the Adjust SDK.
101+
<a id="start-manually">If you don't want the Adjust SDK to start automatically at the `Awake` event of the app, check the box `Start Manually`. With this option selected, you will need to initialize and start the Adjust SDK from the within the code. Call the method `Adjust.start` with the `AdjustConfig` object as a parameter to start the Adjust SDK.
102102

103103
For an example of scene with of a button menu with these options and others, open the example scene located at `Assets/Adjust/ExampleGUI/ExampleGUI.unity`. The source for this scene is located at `Assets/Adjust/ExampleGUI/ExampleGUI.cs`.
104104

0 commit comments

Comments
 (0)