Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
stleamist committed Sep 20, 2020
1 parent b3f1397 commit bc3468e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -100,11 +100,11 @@ struct ContentView: View {
### WebAuthenticationSession
#### Modifiers
```swift
.webAuthenticationSession(isPresented:content)
.webAuthenticationSession(isPresented:content:)
```

```swift
.webAuthenticationSession(item:content)
.webAuthenticationSession(item:content:)
```

#### Example
Expand Down

0 comments on commit bc3468e

Please sign in to comment.