Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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