Skip to content

Commit f6d01a4

Browse files
committed
Corrected README syntax mistake
1 parent 50dfe91 commit f6d01a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,12 +320,12 @@ event buffering by adding the following line to your Adjust settings in your
320320

321321
### 13. Disable tracking
322322

323-
You can disable the adjust SDK from tracking by invoking the method `setEnable`
323+
You can disable the adjust SDK from tracking by invoking the method `setEnabled`
324324
with the enabled parameter as `false`. This setting is remembered between sessions, but it can only
325325
be activated after the first session.
326326

327327
```java
328-
Adjust.setEnable(false);
328+
Adjust.setEnabled(false);
329329
```
330330

331331
You can verify if the adjust SDK is currently active with the method `isEnabled`. It is always possible

0 commit comments

Comments
 (0)