summaryrefslogtreecommitdiff
path: root/plugins/ag
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ag')
-rw-r--r--plugins/ag/README.md2
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