Skip to content

Commit

Permalink
fixed typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
masgharneya committed Mar 4, 2015
1 parent 45a92cd commit ad58410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ In addition, we provide the AFMMRecordResponseSerializer subspec specially for A

### MMRecord Subclass Implementation

You are required to override one method on your subclass of MMRecord in order to tell the parsing system where to locate the object(s) are tbat you wish to parse. This method returns a key path that specifies the location relative to the root of the response object. If your response object is an array, you can just return nil.
You are required to override one method on your subclass of MMRecord in order to tell the parsing system where to locate the object(s) you wish to parse. This method returns a key path that specifies the location relative to the root of the response object. If your response object is an array, you can just return nil.

In an App.net request, all returned objects are located in an object called "data", so our subclass of <tt>MMRecord</tt> will look like this:

Expand Down

0 comments on commit ad58410

Please sign in to comment.