Update “OS X” to “macOS” (#977)

This updates documentation to refer to the new name for the Apple operating system.
This commit is contained in:
Jakob Krigovsky 2019-11-11 21:28:39 +01:00 committed by Nate Fischer
parent a421b9e3a5
commit 9d0bdd6302

View File

@ -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