diff --git a/README.md b/README.md index 60bfc88..5c427d8 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,11 @@ The library is architected to be as simple and lightweight as possible. Here's a
Population | ||
---|---|---|
MMRecordResponse | +MMRecordResponse | A class that handles the process of turning a response into native MMRecord objects. |
MMRecordProtoRecord | +MMRecordProtoRecord | A container class used as a placeholder for the object graph during the population process. |
Caching | ||
MMRecordCache | +MMRecordCache | A class that maps NSManagedObject ObjectIDs to an NSCachedURLResponse. |
Debugging | ||
MMRecordDebugger | +MMRecordDebugger | A class that manages NSError objects to provide debugging feedback. |