We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ad87f commit 49c948aCopy full SHA for 49c948a
README.md
@@ -8,10 +8,10 @@ A [ShellJS](https://github.com/shelljs/shelljs) plugin for the `open()` command
8
to open a file (or URL) with its default application. This is largely based on
9
[opener](https://github.com/domenic/opener).
10
11
-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
12
equivalent commands for other systems:
13
14
- - Mac OS X
+ - macOS
15
16
```bash
17
$ open file.txt # opens in a text editor
@@ -57,7 +57,7 @@ shell.open('file.txt'); // the plugin is now available!
57
## Supported systems
58
59
- Linux (all variants)
60
- - OS X
61
- Windows
62
63
This is supported for Node v0.11+
0 commit comments