From bc3468e7003803cf6dda47bc2a9a8a5045b2f679 Mon Sep 17 00:00:00 2001 From: Dongkyu Kim Date: Sun, 20 Sep 2020 12:09:44 +0900 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8278662..2afa331 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,11 @@ With the following modifiers, you can use it in a similar way to present a sheet ### SafariView #### Modifiers ```swift -.safariView(isPresented:onDismiss:content) +.safariView(isPresented:onDismiss:content:) ``` ```swift -.safariView(item:onDismiss:content) +.safariView(item:onDismiss:content:) ``` #### Example @@ -100,11 +100,11 @@ struct ContentView: View { ### WebAuthenticationSession #### Modifiers ```swift -.webAuthenticationSession(isPresented:content) +.webAuthenticationSession(isPresented:content:) ``` ```swift -.webAuthenticationSession(item:content) +.webAuthenticationSession(item:content:) ``` #### Example