Skip to content

Commit 7365a48

Browse files
committed
Update documentation
1 parent 44644e9 commit 7365a48

File tree

2 files changed

+20
-16
lines changed

2 files changed

+20
-16
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="Swift UI" />
99
<a href="https://danielsaidi.github.io/SwiftUIKit"><img src="https://img.shields.io/badge/documentation-web-blue.svg" alt="Documentation" /></a>
10-
<img src="https://img.shields.io/github/license/danielsaidi/SwiftUIKit" alt="MIT License" />
10+
<a href="https://github.com/danielsaidi/SwiftUIKit/blob/master/LICENSE"><img src="https://img.shields.io/github/license/danielsaidi/SwiftUIKit" 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
# SwiftUIKit
1617

17-
SwiftUIKit is a Swift SDK that adds extra functionality to `SwiftUI` and `Swift`. It contains additional components, a lot of extensions to native types, and much more.
18+
SwiftUIKit is a library that adds extra functionality to `SwiftUI` and `Swift`. It contains additional components, a lot of extensions to native types, and much more.
1819

1920
SwiftUIKit can kickstart your development and solves many tricky problems.
2021

@@ -29,6 +30,11 @@ https://github.com/danielsaidi/SwiftUIKit.git
2930
```
3031

3132

33+
## Support My Work
34+
35+
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.
36+
37+
3238

3339
## Getting Started
3440

@@ -44,14 +50,6 @@ The [online documentation][Documentation] has more information, code examples, e
4450

4551

4652

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

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

Sources/SwiftUIKit/SwiftUIKit.docc/SwiftUIKit.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ SwiftUIKit adds extra functionality to `SwiftUI`.
88

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

11-
SwiftUIKit is a Swift SDK that adds extra functionality to `SwiftUI` and `Swift`. It contains additional components, a lot of extensions to native types, and much more.
12-
13-
The library is divided into the namespaces found in the Topics section below. For more information, source code, issues, to sponsor the project etc., visit the [project repository][Repository].
11+
SwiftUIKit is a library that adds extra functionality to Swift and SwiftUI. It contains additional components, a lot of extensions to native types, and much more. The library is divided into the namespaces found in the Topics section below.
1412

1513

1614

@@ -22,7 +20,11 @@ SwiftUIKit can be installed with the Swift Package Manager:
2220
https://github.com/danielsaidi/SwiftUIKit.git
2321
```
2422

25-
If you prefer to not have external dependencies, you can also just copy the source code into your app.
23+
24+
25+
## Support My Work
26+
27+
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.
2628

2729

2830

@@ -42,7 +44,7 @@ For more information, source code, etc., visit the [project repository][Reposito
4244

4345
## License
4446

45-
SwiftUIKit is available under the MIT license. See the [LICENSE][License] file for more info.
47+
SwiftUIKit is available under the MIT license.
4648

4749

4850

@@ -216,6 +218,10 @@ SwiftUIKit is available under the MIT license. See the [LICENSE][License] file f
216218

217219

218220

219-
[License]: https://github.com/danielsaidi/SwiftUIKit/blob/master/LICENSE
220221
[Repository]: https://github.com/danielsaidi/SwiftUIKit
222+
223+
[Email]: mailto:[email protected]
224+
[Website]: https://danielsaidi.com
225+
[GitHub]: https://github.com/danielsaidi
221226
[OpenSource]: https://danielsaidi.com/opensource
227+
[Sponsors]: https://github.com/sponsors/danielsaidi

0 commit comments

Comments
 (0)