Skip to content

Commit 3273122

Browse files
committed
docs: fix typo in README
1 parent 4d30ff6 commit 3273122

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
@@ -845,7 +845,7 @@ Upon receiving this information, Adjust will block the sharing of that specific
845845
Call the following method to instruct the Adjust SDK to communicate the user's choice to share data or change data sharing, to the Adjust backend:
846846

847847
```js
848-
var adjustThirdPartySharing = new AdjustThirdPartySharing(false);
848+
var adjustThirdPartySharing = new AdjustThirdPartySharing(true);
849849
Adjust.trackThirdPartySharing(adjustThirdPartySharing);
850850
```
851851

0 commit comments

Comments
 (0)