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 365359d commit f4b8897Copy full SHA for f4b8897
README.md
@@ -5,7 +5,7 @@ XMLText is a mini library that can generate SwiftUI `Text` from a given XML stri
5
```
6
Text(
7
xmlString: "my <bold>localized</bold> and <italic>styled</italic> string",
8
- styleGroup: myStyleGroup
+ styleGroup: myStyleDefinitions
9
)
10
11
0 commit comments