Skip to content

Commit c02af88

Browse files
committed
Update documentation
1 parent d8b8009 commit c02af88

File tree

2 files changed

+21
-12
lines changed

2 files changed

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

17-
RichTextKit is a Swift SDK that lets you edit rich text in `Swift` & `SwiftUI` with a multi-platform `RichTextEditor`:
18+
RichTextKit lets you view and edit rich text in `Swift` and `SwiftUI` on all major Apple platforms.
1819

1920
<p align="center">
2021
<img src ="Resources/Demo.jpg" />
@@ -35,6 +36,11 @@ https://github.com/danielsaidi/RichTextKit.git
3536
```
3637

3738

39+
## Support My Work
40+
41+
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.
42+
43+
3844

3945
## Getting started
4046

@@ -98,14 +104,6 @@ Don't hesitate to reach out if you are using RichTextKit, and want to add your a
98104

99105

100106

101-
## Sponsor my work
102-
103-
Please consider supporting my work if you find this and my other [open-source projects][OpenSource] helpful. I manage them on my spare time, and any help to keep them going is greatly appreciated.
104-
105-
You can [sponsor me][Sponsors] on GitHub Sponsors, [reach out][Email] for paid support, or hire me for [freelance work][Website].
106-
107-
108-
109107
## Contact
110108

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

Sources/RichTextKit/RichTextKit.docc/RichTextKit.md

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

3-
RichTextKit is a Swift SDK that helps you use rich text in Swift and SwiftUI.
3+
RichTextKit lets you view and edit rich text in `Swift` and `SwiftUI` on all major Apple platforms.
44

55

66
## Overview
77

88
![RichTextKit logo](Logo.png)
99

10-
RichTextKit is a Swift SDK that helps you use rich text in Swift and SwiftUI.
10+
RichTextKit is a library that lets you view and edit rich text in `Swift` and `SwiftUI` on all major Apple platforms.
1111

1212
RichTextKit has a multi-platform SwiftUI ``RichTextEditor`` that can be added to any app. The editor supports text styles (bold, italic, underline, etc.), fonts, font sizes, colors, text alignments, image attachments, and much more.
1313

@@ -24,6 +24,11 @@ https://github.com/danielsaidi/RichTextKit.git
2424
```
2525

2626

27+
## Support My Work
28+
29+
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.
30+
31+
2732

2833
## Getting started
2934

@@ -186,5 +191,11 @@ RichTextKit is available under the MIT license.
186191

187192

188193

194+
[Email]: mailto:daniel.saidi@gmail.com
195+
[Website]: https://danielsaidi.com
196+
[GitHub]: https://github.com/danielsaidi
197+
[OpenSource]: https://danielsaidi.com/opensource
198+
[Sponsors]: https://github.com/sponsors/danielsaidi
199+
189200
[License]: https://github.com/danielsaidi/RichTextKit/blob/master/LICENSE
190201
[Repository]: https://github.com/danielsaidi/RichTextKit

0 commit comments

Comments
 (0)