From 8e2da876d90838d1615180440e7fc3efaec0bec9 Mon Sep 17 00:00:00 2001 From: Steven Fisher Date: Mon, 23 Jul 2012 19:26:51 -0700 Subject: [PATCH] Small README fix Markdown for code syntax does not work in a table cell. Now using . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfa7383..5eb48b6 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ AFNetworking is architected to be as small and modular as possible, in order to UIImageView+AFNetworking - Adds methods to `UIImageView` for loading remote images asynchronously from a URL. + Adds methods to UIImageView for loading remote images asynchronously from a URL.