Skip to content

Commit 49c948a

Browse files
committed
docs: update macOS name
Mac OS X is now called "macOS."
1 parent 98ad87f commit 49c948a

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
@@ -8,10 +8,10 @@ A [ShellJS](https://github.com/shelljs/shelljs) plugin for the `open()` command
88
to open a file (or URL) with its default application. This is largely based on
99
[opener](https://github.com/domenic/opener).
1010

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

14-
- Mac OS X
14+
- macOS
1515

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

5959
- Linux (all variants)
60-
- OS X
60+
- macOS
6161
- Windows
6262

6363
This is supported for Node v0.11+

0 commit comments

Comments
 (0)