From be841032e4d791a36f7fef1c061bb6c124f6147c Mon Sep 17 00:00:00 2001 From: Daniel Saidi Date: Mon, 8 Apr 2024 11:00:26 +0200 Subject: [PATCH] Update readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 171839f05..58f8c4d0e 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,13 @@ ## About RichTextKit -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: +RichTextKit is a Swift SDK that lets you edit rich text in `Swift` & `SwiftUI` with a multi-platform `RichTextEditor`:

-This editor supports text styles (bold, italic, underline, etc.), fonts, font sizes, colors, text alignments, image attachments, and much more. - -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. +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. If you just want to view rich text, you can use the `RichTextViewer` SwiftUI view.