From ea39af79334aea95eccd63bf358e4a994606101d Mon Sep 17 00:00:00 2001 From: Felix Lapalme Date: Tue, 2 Jun 2015 13:50:32 -0400 Subject: [PATCH] Update README.md NSMutabelDeepLink > DPLMutableDeepLink --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f81a9ae..f46508b 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ In the first app: ```objc -NSMutableDeepLink *link = [[NSMutableDeepLink alloc] initWithString:@"app-two://categories"]; +DPLMutableDeepLink *link = [[DPLMutableDeepLink alloc] initWithString:@"app-two://categories"]; link[@"brew-types"] = @[@"Ale", @"Lager", @"Stout", @"Wheat"] link[@"beers"] = @{ @"ales": @[