From 8ff6488c9a529b422bbdb9ee229377af7015a15b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elvis=20Nu=C3=B1ez?= Date: Sun, 9 Nov 2014 02:57:24 +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 ffd97ca5..bb005d5e 100755 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Kipu eases your every day job of parsing a `JSON` response and getting it into C * Handles operations in safe background threats * Thread safe saving, we handle retrieving and storing objects in the right threads * Diffing of changes, updated, inserted and deleted objects (which are automatically purged for you) -* Auto-mapping of relationships (one-to-one and one-to-many) +* Auto-mapping of relationships (one-to-one, one-to-many and many-to-many) * Smart-updates, only updates your NSManagedObjects if the server values are different (useful when using NSFetchedResultsController delegates) ## Interface