Skip to content

Commit

Permalink
Demote headings for stack set up, access to existing resources and as…
Browse files Browse the repository at this point in the history
…sociation builds
  • Loading branch information
Roy Ratcliffe committed Oct 9, 2012
1 parent 22c5e7c commit 49286b5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -26,7 +26,9 @@ framework makes extensive use of C blocks for handling completions for both
asynchronous and synchronous interfaces; this simply follows the pattern set
by Apple in their URL connection API.

## Setting Up an Active Resource-Based Core Data Stack
## Resources Using Core Data

### Setting Up an Active Resource-Based Core Data Stack

This is easy to do. Just follow the usual Core Data-prescribed procedure:
load the model, load the coordinator with the model, add the store to the
Expand Down Expand Up @@ -54,7 +56,7 @@ Note that this excerpt uses Automatic Reference Counting, hence the
`__autoreleasing` specifier for the error pointer. Notice the blatant lack of
manual auto-releasing.

## Accessing Resources
### Accessing Existing Resources

You can then access resources using _only_ Core Data.

Expand Down Expand Up @@ -121,7 +123,7 @@ And the server responds:
Completed 200 OK in 15ms (ActiveRecord: 12.7ms)

### Forming Associations
### Building Associations

You can conveniently form associations between objects and their remote
resources using only the Core Data interface.
Expand Down

0 comments on commit 49286b5

Please sign in to comment.