From c79a2c87a8b927f0e6648c53b35c176af5102f05 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Wed, 16 Jan 2013 07:54:27 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2397948..01e75a1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -AFNetworking +

+ AFNetworking +

AFNetworking is a delightful networking library for iOS and Mac OS X. It's built on top of [NSURLConnection](http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSURLConnection_Class/Reference/Reference.html), [NSOperation](http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/NSOperation_class/Reference/Reference.html), and other familiar Foundation technologies. It has a modular architecture with well-designed, feature-rich APIs that are a joy to use. For example, here's how easy it is to get JSON from a URL: