Skip to content

Commit 4565f97

Browse files
committed
typo in the readme example
1 parent 7077d5c commit 4565f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ NSMutableAttributedString * bodyAttributedText = [[NSMutableAttributedString all
1919
initWithHTML:[htmlString dataUsingEncoding:NSUTF8StringEncoding]
2020
documentAttributes:nil];
2121

22-
NSString * htmlStringWithoutBaseURL = @"This is a <a href=\"/test/url">sample</a> html file";
22+
NSString * htmlStringWithoutBaseURL = @"This is a <a href=\"/test/url\">sample</a> html file";
2323
NSMutableAttributedString * bodyAttributedText = [[NSMutableAttributedString alloc]
2424
initWithHTML:[htmlStringWithoutBaseURL dataUsingEncoding:NSUTF8StringEncoding]
2525
baseURL:@"http://www.example.com"

0 commit comments

Comments
 (0)