Just spotted a typo in the README.

This commit is contained in:
Steven Fisher 2012-07-23 17:26:13 -07:00
parent 877333a08e
commit ee9500ebff

View file

@ -75,7 +75,7 @@ AFNetworking is architected to be as small and modular as possible, in order to
<tr><th colspan="2" style="text-align:center;">Images</th></tr> <tr><th colspan="2" style="text-align:center;">Images</th></tr>
<tr> <tr>
<td><a href="http://afnetworking.org/Documentation/Classes/AFImageRequestOperation.html">AFImageRequestOperation</a></td> <td><a href="http://afnetworking.org/Documentation/Classes/AFImageRequestOperation.html">AFImageRequestOperation</a></td>
<td>A subclass of <tt>AFHTTPRequestOperation</tt> for downloading an processing images.</td> <td>A subclass of <tt>AFHTTPRequestOperation</tt> for downloading and processing images.</td>
</tr> </tr>
<tr> <tr>
<td><a href="http://afnetworking.org/Documentation/Categories/UIImageView+AFNetworking.html">UIImageView+AFNetworking</a></td> <td><a href="http://afnetworking.org/Documentation/Categories/UIImageView+AFNetworking.html">UIImageView+AFNetworking</a></td>