Skip to content

Commit 328ea98

Browse files
authored
Merge pull request #195 from adjust/readme-update
README update
2 parents 4d30ff6 + 3273122 commit 328ea98

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)