Skip to content

Commit 874399d

Browse files
committed
Update documentation
1 parent 7e7073d commit 874399d

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
<img src="https://img.shields.io/badge/swift-6.0-orange.svg" alt="Swift 6.0" />
88
<img src="https://img.shields.io/badge/platform-SwiftUI-blue.svg" alt="Swift UI" title="SwiftUI" />
99
<a href="https://danielsaidi.github.io/ScrollKit"><img src="https://img.shields.io/badge/documentation-web-blue.svg" alt="Documentation" /></a>
10-
<img src="https://img.shields.io/github/license/danielsaidi/ScrollKit" alt="MIT License" title="MIT License" />
10+
<a href="https://github.com/danielsaidi/ScrollKit/blob/master/LICENSE"><img src="https://img.shields.io/github/license/danielsaidi/ScrollKit" alt="MIT License" /></a>
11+
<a href="https://github.com/sponsors/danielsaidi"><img src="https://img.shields.io/badge/sponsor-GitHub-red.svg" alt="Sponsor my work" /></a>
1112
</p>
1213

1314

1415

1516
# ScrollKit
1617

17-
ScrollKit is a SwiftUI SDK that adds powerful scroll features, like offset tracking and a header view that stretches & transforms as you pull down, and sticks to the top when you scroll.
18+
ScrollKit is a SwiftUI library that adds powerful scroll features, like offset tracking and a header view that stretches & transforms as you pull down, and sticks to the top when you scroll.
1819

1920
<p align="center" style="border-radius: 10px">
2021
<img src="Resources/Demo.gif" width=425 />
@@ -33,6 +34,11 @@ https://github.com/danielsaidi/ScrollKit.git
3334
```
3435

3536

37+
## Support My Work
38+
39+
You can [become a sponsor][Sponsors] to help me dedicate more time on my various [open-source tools][OpenSource]. Every contribution, no matter the size, makes a real difference in keeping these tools free and actively developed.
40+
41+
3642

3743
## Getting started
3844

@@ -104,14 +110,6 @@ The demo app lets you explore the library. To try it out, just open and run the
104110

105111

106112

107-
## Support my work
108-
109-
You can [sponsor me][Sponsors] on GitHub Sponsors or [reach out][Email] for paid support, to help support my [open-source projects][OpenSource].
110-
111-
Your support makes it possible for me to put more work into these projects and make them the best they can be.
112-
113-
114-
115113
## Contact
116114

117115
Feel free to reach out if you have questions or want to contribute in any way:

Sources/ScrollKit/ScrollKit.docc/ScrollKit.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ScrollKit is a Swift SDK that lets adds powerful scroll features to SwiftUI.
88

99
![Library logotype](Logo.png)
1010

11-
ScrollKit is a SwiftUI SDK that adds powerful scroll features, like offset tracking and a header view that stretches & transforms as you pull down, and sticks to the top when you scroll.
11+
ScrollKit is a SwiftUI library that adds powerful scroll features, like offset tracking and a header view that stretches & transforms as you pull down, and sticks to the top when you scroll.
1212

1313
ScrollKit works on all major Apple platforms and is designed to be easy to use. It doesn't use the new ScrollView APIs for backwards compatibility reasons, but will eventually do so.
1414

@@ -23,6 +23,11 @@ https://github.com/danielsaidi/ScrollKit.git
2323
```
2424

2525

26+
## Support My Work
27+
28+
You can [become a sponsor][Sponsors] to help me dedicate more time on my various [open-source tools][OpenSource]. Every contribution, no matter the size, makes a real difference in keeping these tools free and actively developed.
29+
30+
2631

2732
## Getting started
2833

@@ -66,3 +71,11 @@ ScrollKit is available under the MIT license.
6671
### Examples
6772

6873
- ``Examples``
74+
75+
76+
77+
[Email]: mailto:daniel.saidi@gmail.com
78+
[Website]: https://danielsaidi.com
79+
[GitHub]: https://github.com/danielsaidi
80+
[OpenSource]: https://danielsaidi.com/opensource
81+
[Sponsors]: https://github.com/sponsors/danielsaidi

0 commit comments

Comments
 (0)