Skip to content

Commit 0d4b50c

Browse files
committed
Merge pull request #57 from lapfelix/patch-1
Update README.md
2 parents a829613 + ea39af7 commit 0d4b50c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ In the first app:
156156

157157
```objc
158158

159-
NSMutableDeepLink *link = [[NSMutableDeepLink alloc] initWithString:@"app-two://categories"];
159+
DPLMutableDeepLink *link = [[DPLMutableDeepLink alloc] initWithString:@"app-two://categories"];
160160
link[@"brew-types"] = @[@"Ale", @"Lager", @"Stout", @"Wheat"]
161161
link[@"beers"] = @{
162162
@"ales": @[

0 commit comments

Comments
 (0)