Skip to content

Commit cd79bcf

Browse files
committed
Update README.md
1 parent d5d4f07 commit cd79bcf

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
@@ -370,7 +370,7 @@ https://[hash].ulink.adjust.com/ulink/path/?key=foo&value=bar
370370
We provide a helper function that allows you to convert a universal link to a deeplink url.
371371

372372
```objc
373-
NSURL * deeplink = [Adjust parseUniversalLink:[userActivity webpageURL] scheme:@"example"];
373+
NSURL * deeplink = [Adjust convertUniversalLink:[userActivity webpageURL] scheme:@"example"];
374374
```
375375
376376
You can read more about implementing universal links in our

0 commit comments

Comments
 (0)