Skip to content

Commit 5a96510

Browse files
authored
Fix Readme code sample indentation
1 parent 57af32d commit 5a96510

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ Create a `StyledTextRenderer` for sizing and rendering text by initializing it w
5555

5656
```swift
5757
let renderer = StyledTextRenderer(
58-
string: string,
59-
contentSizeCategory: .large
60-
)
58+
string: string,
59+
contentSizeCategory: .large
60+
)
6161
```
6262

6363
Once created, you can easily get the size of the text constrained to a width:

0 commit comments

Comments
 (0)