Skip to content

Commit e126547

Browse files
committed
Update README.md
1 parent 42d4bb3 commit e126547

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,11 @@ ShareLinkButton(item: URL(string: "https://example.com")!, icon: UIImage(systemN
6666

6767
### Sharing CLLocation
6868
```swift
69-
let location = CLLocation(latitude: 37.7749, longitude: -122.4194) // Example coordinates for San Francisco
69+
let location = CLLocation(latitude: 37.7749, longitude: -122.4194) // Coordinates for San Francisco
7070

7171
// Create a ShareLinkButton using the defined location.
7272
ShareLinkButton(item: location, label: {
73-
Text("Share Location") // This is the label for the button.
74-
})}
73+
Text("San Francisco location")
7574
})
7675
```
7776

0 commit comments

Comments
 (0)