From f871196d196ca1052fde60a7af18e63881e1a814 Mon Sep 17 00:00:00 2001 From: mattdonnelly Date: Tue, 14 Jan 2014 00:44:34 +0000 Subject: [PATCH] Fixed error in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5a44b2..bb3bb9f 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Here's an example of how it's used in the demo app. NSString *const kDemoText = @"... customise ..." ``` -MDHTMLLabel also allows you to change the appearence of links inside the text using the `linkAttributes` property which takes an `NSDictionary` of values representing how links should be styled. You can also set the appearence for highlighted links when the user taps one too using the `ativeLinkAttributes` property. +MDHTMLLabel also allows you to change the appearence of links inside the text using the `linkAttributes` property which takes an `NSDictionary` of values representing how links should be styled. You can also set the appearence for highlighted links when the user taps one too using the `activeLinkAttributes` property and the appearence of links when the tint color of the view changes using the `inactiveLinkAttributes`. ```objective-c MDHTMLLabel *htmlLabel = [[MDHTMLLabel alloc] initWithFrame:frame];