From 7d77c0b21689438c8883ff5cf2a21dc783461c40 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Thu, 7 Dec 2023 00:20:15 -0800 Subject: [PATCH] docs: update macOS name Mac OS X is now called "macOS." --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f1cfce5..521b735 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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+