Skip to content

Commit cdf649d

Browse files
authored
Update README.md
1 parent 90af467 commit cdf649d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ About
1616
### Rationale
1717

1818
As of macOS 10.14 Mojave, Apple introduced a system-wide dark-mode.
19-
Applications linked with the macOS 10.14 SDK now needs to react to the system appearance changes.
19+
Applications linked with the macOS 10.14 SDK now need to react to system appearance changes.
2020

2121
While built-in AppKit UI elements handle this perfectly, an application often relies on custom controls, custom drawing code, or at last custom colors.
2222

@@ -41,9 +41,9 @@ If you need to support macOS 10.12 or below, **Apple's official recommendation (
4141

4242
### ColorSet & ColorSetKit
4343

44-
`ColorSet` comes as a macOS application and as a macOS framework.
44+
`ColorSet` is both a macOS application and a macOS Swift framework, `ColorSetKit`.
4545

46-
The application lets you create files containing colors and variants, just as an Asset Catalog File, while the framework allows you, in your application, to retrieve colors from the `.colorset` file using names, just as the macOS 10.13 SDK.
46+
The application lets you create files containing colors and variants, just as an Asset Catalog File, while the framework allows you, in your application, to retrieve colors from the `.colorset` file using names, just like the macOS 10.13 SDK.
4747

4848
### Creating a `.colorset` file
4949

0 commit comments

Comments
 (0)