From b368a205c63761cc6010e8c41bfdbffd63870686 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Elvis=20Nu=C3=B1ez?= <3lvis@users.noreply.github.com>
Date: Sun, 25 Oct 2015 21:31:48 +0100
Subject: [PATCH] Update README.md
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index dc6a0786..3d18ce78 100755
--- a/README.md
+++ b/README.md
@@ -125,11 +125,11 @@ inEntityNamed:@"User"
### More Examples
-
+
-
+
@@ -167,7 +167,7 @@ Sync requires your entities to have a primary key, this is important for diffing
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`.
-For example in our [Designer News](https://github.com/hyperoslo/Sync/tree/master/Examples/DesignerNews) project we have a `Comment` entity that uses `body` as the primary key.
+For example in our [Designer News](https://github.com/hyperoslo/Sync/tree/master/DesignerNews) project we have a `Comment` entity that uses `body` as the primary key.
![Custom primary key](https://raw.githubusercontent.com/hyperoslo/Sync/master/Images/custom-primary-key-v2.png)