Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis committed Oct 29, 2015
1 parent c091916 commit c21b63f
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 @@ -351,7 +351,7 @@ Logging changes to Core Data is quite simple, just subscribe to changes like thi
#### Crash on NSParameterAssert
This means that the local primary key was not found, Sync uses `remoteID` by default but if you have another local primary key make sure to mark it with `"hyper.isPrimaryKey" : "YES"` in your attribute's user info.
This means that the local primary key was not found, Sync uses `remoteID` by default but if you have another local primary key make sure to mark it with `"hyper.isPrimaryKey" : "YES"` in your attribute's user info. For more information check the [Primary Key](https://github.com/hyperoslo/Sync#primary-key) section.
```objc
NSString *localKey = [entity sync_localKey];
Expand Down

0 comments on commit c21b63f

Please sign in to comment.