Skip to content

Commit 7015ca1

Browse files
authored
Update README.md
Link to blog article
1 parent 7f73e6f commit 7015ca1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ struct ContentView: View {
9999
A full To-Do list application example:
100100
[ManagedToDos.app](https://github.com/Data-swift/ManagedToDosApp).
101101

102+
Blog article describing the thing: [`@Model` for CoreData](https://www.alwaysrightinstitute.com/managedmodels/).
102103

103104
#### Requirements
104105

@@ -163,7 +164,8 @@ Even just DocC documentation or more tests would be welcome contributions.
163164
#### Links
164165

165166
- [ManagedModels](https://github.com/Data-swift/ManagedModels/)
166-
- [ManagedToDos.app](https://github.com/Data-swift/ManagedToDosApp)
167+
- [ManagedToDos.app](https://github.com/Data-swift/ManagedToDosApp)
168+
- Blog article: [`@Model` for CoreData](https://www.alwaysrightinstitute.com/managedmodels/)
167169
- Apple:
168170
- [CoreData](https://developer.apple.com/documentation/coredata)
169171
- [SwiftData](https://developer.apple.com/documentation/swiftdata)

0 commit comments

Comments
 (0)