Skip to content

Commit 0ec1f5d

Browse files
authored
Update README.md
Fixes ..
1 parent 36f1492 commit 0ec1f5d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A small sample model:
2222
```
2323

2424
<details>
25-
<summary>The CoreData template project converted to ManagedModels</summary><br/>
25+
<summary>The full CoreData template application converted to ManagedModels</summary><br/>
2626

2727
```swift
2828
import SwiftUI
@@ -86,7 +86,8 @@ struct ContentView: View {
8686
.modelContainer(for: ContentView2.Item.self, inMemory: true)
8787
}
8888
```
89-
</summary>
89+
90+
</details>
9091

9192

9293
> This is *not* intended as a replacement implementation of

0 commit comments

Comments
 (0)