diff options
author | Aaron Brager <getagb@gmail.com> | 2016-03-24 10:53:49 -0500 |
---|---|---|
committer | Aaron Brager <getagb@gmail.com> | 2016-03-24 10:53:49 -0500 |
commit | e0246ed5b7c210d4a395a77a5befb44248501989 (patch) | |
tree | 5492ba69138a5b9e7fa36e034f928116ed462b2a | |
parent | 8ac1859f377b5292597f11f5973bae1ebc8e2dce (diff) | |
download | zsh-e0246ed5b7c210d4a395a77a5befb44248501989.tar.gz zsh-e0246ed5b7c210d4a395a77a5befb44248501989.tar.bz2 zsh-e0246ed5b7c210d4a395a77a5befb44248501989.zip |
Remove "Mac" from "Mac OS X"
-rw-r--r-- | README.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index b7d304116..ca18bc9ba 100644 --- a/README.markdown +++ b/README.markdown @@ -12,9 +12,9 @@ To learn more, visit [ohmyz.sh](http://ohmyz.sh) and follow [@ohmyzsh](https://t ### Prerequisites -__Disclaimer:__ _Oh My Zsh works best on Mac OS X and Linux._ +__Disclaimer:__ _Oh My Zsh works best on OS X and Linux._ -* Unix-based operating system (Mac OS X or Linux) +* Unix-based operating system (OS X or Linux) * [Zsh](http://www.zsh.org) should be installed (v4.3.9 or more recent). If not pre-installed (`zsh --version` to confirm), check the following instruction here: [Installing ZSH](https://github.com/robbyrussell/oh-my-zsh/wiki/Installing-ZSH) * `curl` or `wget` should be installed * `git` should be installed |