diff --git a/plugins/ag/README.md b/plugins/ag/README.md index 6acc5406711778a473f4c8559fd1dc003072aefd..1983aaa413fc2e93d6771671ffdff0dc80f80998 100644 --- a/plugins/ag/README.md +++ b/plugins/ag/README.md @@ -5,7 +5,7 @@ This plugin provides completion support for [`ag`](https://github.com/ggreer/the To use it, add ag to the plugins array in your zshrc file. ```zsh -plugins=(... aws) +plugins=(... ag) ``` ## INSTALLATION NOTES