We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f1492 commit 0ec1f5dCopy full SHA for 0ec1f5d
README.md
@@ -22,7 +22,7 @@ A small sample model:
22
```
23
24
<details>
25
-<summary>The CoreData template project converted to ManagedModels</summary><br/>
+<summary>The full CoreData template application converted to ManagedModels</summary><br/>
26
27
```swift
28
import SwiftUI
@@ -86,7 +86,8 @@ struct ContentView: View {
86
.modelContainer(for: ContentView2.Item.self, inMemory: true)
87
}
88
89
-</summary>
+
90
+</details>
91
92
93
> This is *not* intended as a replacement implementation of
0 commit comments