From abc1cbfd29c2c1a02c98f92f59024f1544c8deaf Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Sun, 22 Jan 2012 11:53:34 -0800 Subject: [PATCH] Fixing link to property lists in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c27bd5da46..a4271bee2e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ AFNetworking is architected to be as small and modular as possible, in order to AFPropertyListRequestOperation - A subclass of AFHTTPRequestOperation for downloading and deserializing objects with [property list](http://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/PropertyLists/index.html) response data. + A subclass of AFHTTPRequestOperation for downloading and deserializing objects with property list response data. HTTP Client