Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Apr 21, 2015
1 parent 9d3829c commit 54bf75e
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 @@ -136,7 +136,7 @@ Then add this to your App Delegate so everything gets persisted when you quit th

### Primary key

At the moment Sync requires your entities to have a primary key, this is important for diffing otherwise Sync doesn't know how to differentiate this entity with the others.
At the moment Sync requires your entities to have a primary key, this is important for diffing otherwise Sync doesn't know how to differentiate between entries.

By default **Sync** uses `id` from the JSON and `remoteID` from Core Data as the primary key. You can mark any attribute as primary key by adding `hyper.isPrimaryKey` and the value `YES`.

Expand Down

0 comments on commit 54bf75e

Please sign in to comment.