Skip to content

Commit

Permalink
docs: update macOS name
Browse files Browse the repository at this point in the history
Mac OS X is now called "macOS."
  • Loading branch information
nfischer committed Dec 7, 2023
1 parent 98ad87f commit 49c948a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ A [ShellJS](https://github.com/shelljs/shelljs) plugin for the `open()` command
to open a file (or URL) with its default application. This is largely based on
[opener](https://github.com/domenic/opener).

This is designed to imitate the `open` command on Mac OS X. Here's the
This is designed to imitate the `open` command on macOS. Here's the
equivalent commands for other systems:

- Mac OS X
- macOS

```bash
$ open file.txt # opens in a text editor
Expand Down Expand Up @@ -57,7 +57,7 @@ shell.open('file.txt'); // the plugin is now available!
## Supported systems

- Linux (all variants)
- OS X
- macOS
- Windows

This is supported for Node v0.11+
Expand Down

0 comments on commit 49c948a

Please sign in to comment.