From 7c923b023828be9a3009a4766df17920f5387e4a Mon Sep 17 00:00:00 2001 From: Mason Date: Tue, 18 Oct 2016 09:47:39 -0500 Subject: [PATCH] Update README.md --- plugins/osx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/osx/README.md b/plugins/osx/README.md index 962102f5..accd12d4 100644 --- a/plugins/osx/README.md +++ b/plugins/osx/README.md @@ -7,7 +7,7 @@ This plugin provides a few utilities to make it more enjoyable on OSX. To start using it, add the `macOS` plugin to your plugins array in `~/.zshrc`: ```zsh -plugins=(... osx) +plugins=(... macOS) ``` Original author: [Sorin Ionescu](https://github.com/sorin-ionescu)