diff options
author | Aayush Kapoor <xeoneux@icloud.com> | 2021-08-06 19:21:19 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 15:51:19 +0200 |
commit | 9c34c359c4c1ebb1bd0211d40c3bca0c6aa2ca97 (patch) | |
tree | 2ee0f104505546a9faa93a1206fde5459c281988 | |
parent | 5377cc37c0f71fe22484303a4c6f387aa339f3f5 (diff) | |
download | zsh-9c34c359c4c1ebb1bd0211d40c3bca0c6aa2ca97.tar.gz zsh-9c34c359c4c1ebb1bd0211d40c3bca0c6aa2ca97.tar.bz2 zsh-9c34c359c4c1ebb1bd0211d40c3bca0c6aa2ca97.zip |
chore(ag): fix README (#10001)
-rw-r--r-- | plugins/ag/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ag/README.md b/plugins/ag/README.md index 6acc54067..1983aaa41 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 |