From 3cd0e315a82889255852e37ea3ab24520407d4ae Mon Sep 17 00:00:00 2001 From: Mason Date: Tue, 18 Oct 2016 09:47:22 -0500 Subject: [PATCH] Update README.md --- plugins/osx/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/osx/README.md b/plugins/osx/README.md index b77daecc..962102f5 100644 --- a/plugins/osx/README.md +++ b/plugins/osx/README.md @@ -1,10 +1,10 @@ -# OSX plugin +# macOS plugin ## Description This plugin provides a few utilities to make it more enjoyable on OSX. -To start using it, add the `osx` plugin to your plugins array in `~/.zshrc`: +To start using it, add the `macOS` plugin to your plugins array in `~/.zshrc`: ```zsh plugins=(... osx)