From c575cbfee240d8f1b7ca3518cd71686b0dbd7d94 Mon Sep 17 00:00:00 2001 From: Khoa Pham Date: Tue, 26 Feb 2019 09:53:54 +0100 Subject: [PATCH] Update README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0f47d13..c5137fb 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,6 @@ let changes = diff(old: old, new: new) Model must conform to `DiffAware` protocol for DeepDiff to work. An model needs to be uniquely identified via `diffId` to tell if there have been any insertions or deletions. In case of same `diffId`, `compareContent` is used to check if any properties have changed, this is for replacement changes. -It needs `diffId` to tell changes about insertions and deletions, and `comparing` to tell if a model really changes for replacement and movement. - ```swift public protocol DiffAware { var diffId: Int { get }