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)