From 9d0bdd630293d75172448b2b2dfd985e9570d3dd Mon Sep 17 00:00:00 2001 From: Jakob Krigovsky Date: Mon, 11 Nov 2019 21:28:39 +0100 Subject: [PATCH] =?UTF-8?q?Update=20=E2=80=9COS=20X=E2=80=9D=20to=20?= =?UTF-8?q?=E2=80=9CmacOS=E2=80=9D=20(#977)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This updates documentation to refer to the new name for the Apple operating system. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f07f0c..6bb7c3f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![npm version](https://img.shields.io/npm/v/shelljs.svg?style=flat-square)](https://www.npmjs.com/package/shelljs) [![npm downloads](https://img.shields.io/npm/dm/shelljs.svg?style=flat-square)](https://www.npmjs.com/package/shelljs) -ShellJS is a portable **(Windows/Linux/OS X)** implementation of Unix shell +ShellJS is a portable **(Windows/Linux/macOS)** implementation of Unix shell commands on top of the Node.js API. You can use it to eliminate your shell script's dependency on Unix while still keeping its familiar and powerful commands. You can also install it globally so you can run it from outside Node