From 91577127e3586485f9b63cdb4683c3ef5c027af4 Mon Sep 17 00:00:00 2001 From: Matthew Cheok Date: Sun, 27 Jul 2014 20:59:02 +0800 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d017a70..1727aac 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ or [MCEpisode createInRealm:[RLMRealm defaultRealm] withJSONDictionary:dictionary]; -When you specify a `primaryKey` (see below), objects in the realm with same values will be replaced instead of a duplication version of the object added. +When you specify a `primaryKey` (see below), objects in the realm with same primary key value will be replaced instead of a duplicate version of the object added. ### Configuration