From 6ca0e4193b823e85b32e5aef1bbd734f3b405e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elvis=20Nu=C3=B1ez?= <3lvis@users.noreply.github.com> Date: Fri, 11 Dec 2015 00:03:59 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d05c4602..7ee49937 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ * Auto-mapping of relationships (one-to-one, one-to-many and many-to-many) * Smart-updates, only updates your `NSManagedObject`s if the server values are different (useful when using `NSFetchedResultsController` delegates) * Uniquing, Core Data does this based on `objectID`s, we use your remote key (such as `id`) for this - +* Works in iOS, OS X, watchOS and tvOS. ## Table of Contents