Skip to content

Commit 834ae54

Browse files
committed
Update documentation
1 parent d2e4d25 commit 834ae54

File tree

2 files changed

+22
-12
lines changed

2 files changed

+22
-12
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
<img src="https://img.shields.io/github/v/release/danielsaidi/StoreKitPlus?color=%2300550&sort=semver" alt="Version" />
77
<img src="https://img.shields.io/badge/Swift-6.0-orange.svg" alt="Swift 6.0" />
88
<a href="https://danielsaidi.github.io/StoreKitPlus"><img src="https://img.shields.io/badge/documentation-web-blue.svg" alt="Documentation" /></a>
9-
<img src="https://img.shields.io/github/license/danielsaidi/StoreKitPlus" alt="MIT License" />
9+
<a href="https://github.com/danielsaidi/StoreKitPlus/blob/master/LICENSE"><img src="https://img.shields.io/github/license/danielsaidi/StoreKitPlus" alt="MIT License" /></a>
10+
<a href="https://github.com/sponsors/danielsaidi"><img src="https://img.shields.io/badge/sponsor-GitHub-red.svg" alt="Sponsor my work" /></a>
1011
</p>
1112

1213

1314
# StoreKitPlus
1415

15-
StoreKitPlus is a Swift SDK that makes it easy to integrate with StoreKit 2.
16+
StoreKitPlus is a Swift library that makes it easier to use StoreKit 2 in Swift and SwiftUI.
1617

1718
StoreKitPlus has a `StoreContext` that lets you observe store state, services that let you fetch, purchase and sync products, and a `ProductRepresentable` protocol that lets you use local product representations in your app.
1819

@@ -27,6 +28,11 @@ https://github.com/danielsaidi/StoreKitPlus.git
2728
```
2829

2930

31+
## Support My Work
32+
33+
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.
34+
35+
3036

3137
## Getting started
3238

@@ -40,14 +46,6 @@ The online [documentation][Documentation] has more information, articles, code e
4046

4147

4248

43-
## Support my work
44-
45-
You can [sponsor me][Sponsors] on GitHub Sponsors or [reach out][Email] for paid support, to help support my [open-source projects][OpenSource].
46-
47-
Your support makes it possible for me to put more work into these projects and make them the best they can be.
48-
49-
50-
5149
## Contact
5250

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

Sources/StoreKitPlus/StoreKitPlus.docc/StoreKitPlus.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# ``StoreKitPlus``
22

3-
StoreKitPlus is a Swift SDK that adds extra functionality for working with StoreKit 2.
3+
StoreKitPlus is a Swift library that makes it easier to use StoreKit 2 in Swift and SwiftUI.
44

55

66

77
## Overview
88

99
![StoreKitPlus logo](Logo.png)
1010

11-
StoreKitPlus is a Swift SDK that makes it easy to integrate with StoreKit 2.
11+
StoreKitPlus is a Swift library that makes it easier to use StoreKit 2 in Swift and SwiftUI.
1212

1313
StoreKitPlus has an observable ``StoreContext`` that lets you observe store state, services that let you fetch, purchase and sync products, as well as a ``ProductRepresentable`` protocol that lets you use local product representations in your app.
1414

@@ -23,6 +23,11 @@ https://github.com/danielsaidi/StoreKitPlus.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

@@ -65,3 +70,10 @@ StoreKitPlus is available under the MIT license.
6570
### Transactions
6671

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

0 commit comments

Comments
 (0)