Small README fix
Markdown for code syntax does not work in a table cell. Now using <tt>.
This commit is contained in:
parent
762a3effa8
commit
8e2da876d9
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ AFNetworking is architected to be as small and modular as possible, in order to
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://afnetworking.org/Documentation/Categories/UIImageView+AFNetworking.html">UIImageView+AFNetworking</a></td>
|
||||
<td>Adds methods to `UIImageView` for loading remote images asynchronously from a URL.</td>
|
||||
<td>Adds methods to <tt>UIImageView</tt> for loading remote images asynchronously from a URL.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue