Skip to content

Commit b8aee19

Browse files
committed
doc: Update README.md
1 parent 8d95b7b commit b8aee19

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,6 @@ struct ContentView: View {
8888
}
8989
```
9090

91-
**Set Theme**
92-
93-
```swift
94-
struct ContentView: View {
95-
@State var value: String = ""
96-
var body: some View {
97-
CodeMirror(value: $value)
98-
}
99-
}
100-
```
101-
10291
**Set Line Wrapping**
10392

10493
```swift

0 commit comments

Comments
 (0)