Skip to content

Commit 3ae5716

Browse files
committed
Update README.md
1 parent ebc2892 commit 3ae5716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This package provides a SwiftUI view, `ShareLinkButton`, that enables sharing of
99

1010
In my experience working on SwiftUI projects, I noticed a gap when it came to implementing share link functionalities across different iOS versions. While Apple introduced the ShareLink API in iOS 16, a significant portion of users and projects are still on older versions, like iOS 15 and even iOS 14. Given that many apps need to support these earlier versions for at least a couple more years. This necessity led me to develop a package that provides similar functionality as ShareLink but is compatible with earlier iOS versions.
1111

12-
## [SwiftUI example](https://github.com/swiftuiux/sharelink-for-swiftui-example).
12+
## [SwiftUI example](https://github.com/swiftuiux/sharelink-for-swiftui-example)
1313

1414
## Features
1515
- **Customizable Button Label**: The label of the button is fully customizable with SwiftUI views.

0 commit comments

Comments
 (0)