From bbaa52b6837decd6cf4b6a6d54c852e5a3bd94cb Mon Sep 17 00:00:00 2001 From: Priyadi Iman Nurcahyo <1102197+priyadi@users.noreply.github.com> Date: Thu, 2 May 2024 00:47:53 +0700 Subject: [PATCH] docs: readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d024974..bc121fb 100644 --- a/README.md +++ b/README.md @@ -115,9 +115,11 @@ a few keystrokes. ### Arrays and Array-Like Objects * Handles the mapping between `array` or array-like objects. -* Handles adder methods on the target side. +* Handles adder and remover methods on the target side. * Handles non-string & non-integer keys in array-like objects, including `SplObjectStorage`. +* Option to remove existing items from the target if they are not present in the + source. ### Array-Like Lazy-Loading