From b8d20e4fe46d26731c0f1c5d78c533b64042b265 Mon Sep 17 00:00:00 2001 From: Stefan Britton Date: Thu, 11 May 2023 23:09:30 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 831981c..085646d 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Converts a `String` of code into a highlighted `AttributedString` #### `CodeText` Drop-in replacement for a `Text` view with syntax highlighting * ⬜️ Clear background by default -* 🌗 Color style syncs with Dark Mode -* 🔠 Based on `Text`, so modifiers like `.font()` work +* 🌗 Color style syncs with system Dark Mode +* 🔠 Based on `Text` and supports `.font()` modifier @@ -52,7 +52,7 @@ var body: some View { } ``` -Use the standard `.font()` modifier to adjust the font size and/or weight. +Use the `.font()` modifier to adjust the font size and/or weight. The design is set internally to `.monospaced`: ```swift CodeText(text)