diff --git a/README.md b/README.md index 8005dff..d8367ef 100644 --- a/README.md +++ b/README.md @@ -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 {