Skip to content

Commit c471935

Browse files
committed
Update readme.
1 parent 20def00 commit c471935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let normalStyle = Style { style in
4444
}
4545
4646
let italicStyle = Style { style in
47-
style.font = .italic(.system(size: 20))()
47+
style.font = Font.italic(.system(size: 20))()
4848
style.foregroundColor = .blue
4949
}
5050

0 commit comments

Comments
 (0)