Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdgc committed May 27, 2024
1 parent 2da0ba8 commit 24e7614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ struct ContentView: View {
var body: some View {
Viewrito {
Text("Hello, world! 🌯")
} returning: { text in
} modified: { text in
if #available(iOS 17.0, *) {
text.foregroundStyle(Color.blue)
} else {
Expand Down

0 comments on commit 24e7614

Please sign in to comment.