diff --git a/README.md b/README.md index ab8f30b..5433944 100644 --- a/README.md +++ b/README.md @@ -1404,9 +1404,9 @@ CoreStore provides type-safe wrappers for observing managed objects: | *Number of objects* | 1 | 1 | N | N | | *Allows multiple observers* | ✅ | ✅ | ✅ | ✅ | | *Emits fine-grained changes* | ❌ | ✅ | ❌ | ✅ | -| *Emits DiffableDataSource snapshots* | ❌ | ✅ | ❌ | ✅ | -| *Closure callback* | ✅ | ❌ | ✅ | ❌ | +| *Emits DiffableDataSource snapshots* | ✅ | ❌ | ✅ | ❌ | | *Delegate methods* | ❌ | ✅ | ❌ | ✅ | +| *Closure callback* | ✅ | ❌ | ✅ | ❌ | | *SwiftUI support* | ✅ | ❌ | ✅ | ❌ | ### Observe a single property