Skip to content

Commit

Permalink
Improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JrMasterModelBuilder committed Jan 24, 2024
1 parent 9c5ef4b commit 8dfe5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ await writeFile('icon.icns', icns.encode());

### macOS ICNS with dark mode embedded (current formats)

Since macOS 10.14 an ICNS icon can contain an embedded dark version which can be shown automatically in dark mode.
Since macOS 10.14 an ICNS can contain an embedded dark version for use in dark mode.

```js
import {readFile, writeFile} from 'node:fs/promises';
Expand Down

0 comments on commit 8dfe5a4

Please sign in to comment.