Skip to content

Commit

Permalink
Added Debugging to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Stoll committed Jun 27, 2014
1 parent c53b314 commit c188e61
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,14 @@ The library is architected to be as simple and lightweight as possible. Here's a

<tr><th colspan="2" style="text-align:center;">Caching</th></tr>
<tr>
<td><a href="http:https://mutualmobile.github.com/MMRecord/Documentation/Classes/MMRecord.html">MMRecordCache</a></td>
<td>An class that maps <tt>NSManagedObject</tt> ObjectIDs to an <tt>NSCachedURLResponse</tt> .</td>
<td><a href="http:https://cocoadocs.org/docsets/MMRecord/1.4.0/Classes/MMRecordCache.html">MMRecordCache</a></td>
<td>A class that maps <tt>NSManagedObject</tt> ObjectIDs to an <tt>NSCachedURLResponse</tt>.</td>
</tr>

<tr><th colspan="2" style="text-align:center;">Debugging</th></tr>
<tr>
<td><a href="http:https://cocoadocs.org/docsets/MMRecord/1.4.0/Classes/MMRecordDebugger.html">MMRecordDebugger</a></td>
<td>A class that manages <tt>NSError</tt> objects to provide debugging feedback.</td>
</tr>
</table>

Expand Down

0 comments on commit c188e61

Please sign in to comment.