Skip to content

Commit a6aba4b

Browse files
authored
Merge pull request #98 from adjust/docs_update
Update README.md
2 parents d4da56c + 176a24c commit a6aba4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
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 to start the Adjust SDK at the `Awake` event of the app, untick the box `Start Manually`. Call the method `Adjust.start` with the `AdjustConfig` object as a parameter to start the Adjust SDK instead.
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

@@ -108,7 +108,7 @@ You can increase or decrease the amount of logs you see by changing the value of
108108

109109
- `Verbose` - enable all logging
110110
- `Debug` - enable more logging
111-
- `F ` - the default
111+
- `Info` - the default
112112
- `Warn` - disable F logging
113113
- `Error` - disable warnings as well
114114
- `Assert` - disable errors as well

0 commit comments

Comments
 (0)