From 24e7614c6de7bb0db4094e78939ad0a1f6105f65 Mon Sep 17 00:00:00 2001 From: soc06212 Date: Mon, 27 May 2024 23:17:57 +0900 Subject: [PATCH] README update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {