Skip to content

Commit 53af2d2

Browse files
committed
Update readme
1 parent bd3c1a4 commit 53af2d2

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,15 @@
1515

1616
## About RichTextKit
1717

18-
RichTextKit is a Swift SDK that helps you use rich text in `Swift` and `SwiftUI`. It has a multi-platform SwiftUI `RichTextEditor` that can be added to any app:
18+
RichTextKit is a Swift SDK that lets you edit rich text in `Swift` & `SwiftUI` with a multi-platform `RichTextEditor`:
1919

2020
<p align="center">
2121
<img src ="Resources/Demo.jpg" />
2222
</p>
2323

24-
This editor supports text styles (bold, italic, underline, etc.), fonts, font sizes, colors, text alignments, image attachments, and much more.
24+
The `RichTextEditor` supports text styles (bold, italic, underline, etc.), fonts, font sizes, colors, text alignments, image attachments, and much more. It's powered by a `RichTextView` that bridges `UITextView` & `NSTextView` and adds additional, platform-agnostic APIs that make the two views behave more alike.
2525

26-
The `RichTextEditor` is powered by a multi-platform `RichTextView` that bridges `UITextView` and `NSTextView` and adds APIs to make them work more alike on all platforms.
27-
28-
If you just want to view rich text, you can use the `RichTextViewer` SwiftUI view.
26+
If you just want to view rich text connte, you can use the `RichTextViewer` SwiftUI view, which wraps the editor and applies a read-only configuration to it.
2927

3028

3129

@@ -76,7 +74,7 @@ struct MyView: View {
7674
}
7775
```
7876

79-
RichTextKit comes with a bunch of UI components, keyboard shortcuts & menu commands that make it easy to build a rich text editor.
77+
RichTextKit provides UI components, keyboard shortcuts & menu commands that can be used in a rich text editor.
8078

8179
For more information, please see the [getting started guide][Getting-Started].
8280

@@ -117,7 +115,7 @@ Feel free to reach out if you have questions or want to contribute in any way:
117115

118116
RichTextKit is used in the following apps, so make sure to check them out for inspiration:
119117

120-
<a title="Chunk" href="https://www.curioussoftware.io"><img src="Resources/apps/chunk.png" width=100 /></a>
118+
<a title="Chunk" href="https://www.curioussoftware.io"><img src="Resources/apps/chunk.png" width=100 /></a>
121119
<a title="Oribi Writer" href="https://oribi.se/en"><img src="Resources/apps/oribiwriter.png" width=100 /></a>
122120

123121
Feel free to reach out if you are using RichTextKit and want to add your app to this list.

0 commit comments

Comments
 (0)